// Created by libAntimony v2.13.0
model *chance()

  // Compartments and Species:
  compartment cell;
  species GLU in cell, ENZ in cell, ENG in cell, TP1 in cell, ADP in cell;
  species GLP in cell, ETZ in cell, ETG in cell, GPP in cell, GAP in cell;
  species DHA in cell, DPN in cell, DPH in cell, PID in cell, DGA in cell;
  species PGA in cell, PYR in cell, LAC in cell, DIN in cell, DIH in cell;
  species XI in cell, XSI in cell, OXY in cell, XSP in cell, TP2 in cell;
  species DBP in cell, PUE in cell, PPP in cell, AGP in cell, MOD in cell;
  species MOB in cell, MOX in cell;

  // Assignment Rules:
  GLU_0 := GLU/0.003;
  ENZ_0 := ENZ/1.02e-5;
  ENG_0 := ENG/1.02e-5;
  TP1_0 := TP1/0.0015;
  ADP_0 := ADP/0.001;
  GLP_0 := GLP/0.001;
  ETZ_0 := ETZ/1e-5;
  ETG_0 := ETG/1e-5;
  GPP_0 := GPP/0.001;
  GAP_0 := GAP/0.0002;
  DHA_0 := DHA/0.0013;
  DPN_0 := DPN/0.00025;
  DPH_0 := DPH/0.0002;
  PID_0 := PID/0.005;
  DGA_0 := DGA/0.0002;
  PGA_0 := PGA/0.0002;
  PYR_0 := PYR/0.002;
  LAC_0 := LAC/0.0012;
  DIN_0 := DIN/7e-5;
  DIH_0 := DIH/7e-5;
  XI_0 := XI/6e-5;
  XSI_0 := XSI/6e-5;
  OXY_0 := OXY/0.0005;
  XSP_0 := XSP/6e-5;
  TP2_0 := TP2/0.0015;
  DBP_0 := DBP/0.025;
  PUE_0 := PUE/3.06e-6;
  PPP_0 := PPP/3.06;
  AGP_0 := AGP/0.0013;
  MOD_0 := MOD/5e-5;
  MOB_0 := MOB/0.0001;
  MOX_0 := MOX/5e-5;

  // Reactions:
  r_1: GLU + ENZ => ENG; cell*1e-6*r_1_k*GLU*ENZ;
  r_2: ENG + TP1 => ADP + GLP + ENZ; cell*1e-6*r_2_k*ENG*TP1;
  r_3: GLP + ETZ => ETG; cell*1e-6*r_3_k*GLP*ETZ;
  r_4: ETG + TP1 => GPP + ETZ + ADP; cell*1e-6*r_4_k*ETG*TP1;
  r_5: GPP => GAP + DHA; cell*1e-6*r_5_k*GPP;
  r_6: DHA + DPH => AGP + DPN; cell*1e-6*r_6_k*DHA*DPH;
  r_7: AGP + DPN => DHA + DPH; cell*1e-6*r_7_k*AGP*DPN;
  r_8: GAP + MOD => MOB + DPH; cell*1e-6*r_8_k*GAP*MOD;
  r_9: MOB + PID => DGA + MOX; cell*1e-6*r_9_k*MOB*PID;
  r_10: MOX + DPN => MOD; cell*1e-6*r_10_k*MOX*DPN;
  r_11: DGA + ADP => TP1 + PGA; cell*1e-6*r_11_k*DGA*ADP;
  r_12: PGA + ADP => TP1 + PYR; cell*1e-6*r_12_k*PGA*ADP;
  r_13: PYR + DPH => LAC + DPN; cell*1e-6*r_13_k*PYR*DPH;
  r_14: LAC + DPN => PYR + DPH; cell*1e-6*r_14_k*LAC*DPN;
  r_15: PYR + 4 DIN => 4 DIH; cell*1e-6*r_15_k*PYR*DIN;
  r_16: DIH + 3 XI + OXY => 3 XSI + DIN; cell*1e-6*r_16_k*DIH*XI*OXY;
  r_17: XSI + PID => XSP; cell*1e-6*r_17_k*XSI*PID;
  r_18: XSP + ADP => TP2 + XI; cell*1e-6*r_18_k*XSP*ADP;
  r_19: XSI => XI; cell*1e-6*r_19_k*XSI*DBP;
  r_20: TP2 => TP1; cell*1e-6*r_20_k*TP2*DBP;
  r_21: TP1 + PUE => PPP; cell*1e-6*r_21_k*TP1*PUE;
  r_22: PPP => ADP + PUE + PID; cell*1e-6*r_22_k*PPP;

  // Events:
  e_1: at time >= 64: GLU = 0.003;
  e_2: at time >= 119: DBP = 0.025;

  // Species initializations:
  GLU = 0;
  ENZ = 1e-05;
  ENG = 0;
  TP1 = 0.0005;
  ADP = 0.0001;
  GLP = 0;
  ETZ = 1e-05;
  ETG = 0;
  GPP = 0;
  GAP = 0;
  DHA = 0;
  DPN = 0.0001;
  DPH = 0.0001;
  PID = 0.004;
  DGA = 0;
  PGA = 0;
  PYR = 0.001;
  LAC = 0.001;
  DIN = 3e-05;
  DIH = 3e-05;
  XI = 2e-05;
  XSI = 2e-05;
  OXY = 0.0005;
  XSP = 2e-05;
  TP2 = 0.0005;
  DBP = 0;
  PUE = 2e-06;
  PPP = 1e-06;
  AGP = 0;
  MOD = 5e-05;
  MOB = 0;
  MOX = 0;

  // Compartment initializations:
  cell = 1;
  GLU_0 has dimensionless;
  ENZ_0 has dimensionless;
  ENG_0 has dimensionless;
  TP1_0 has dimensionless;
  ADP_0 has dimensionless;
  GLP_0 has dimensionless;
  ETZ_0 has dimensionless;
  ETG_0 has dimensionless;
  GPP_0 has dimensionless;
  GAP_0 has dimensionless;
  DHA_0 has dimensionless;
  DPN_0 has dimensionless;
  DPH_0 has dimensionless;
  PID_0 has dimensionless;
  DGA_0 has dimensionless;
  PGA_0 has dimensionless;
  PYR_0 has dimensionless;
  LAC_0 has dimensionless;
  DIN_0 has dimensionless;
  DIH_0 has dimensionless;
  XI_0 has dimensionless;
  XSI_0 has dimensionless;
  OXY_0 has dimensionless;
  XSP_0 has dimensionless;
  TP2_0 has dimensionless;
  DBP_0 has dimensionless;
  PUE_0 has dimensionless;
  PPP_0 has dimensionless;
  AGP_0 has dimensionless;
  MOD_0 has dimensionless;
  MOB_0 has dimensionless;
  MOX_0 has dimensionless;

  // Variable initializations:
  r_1_k = 3000000000;
  r_1_k has per_M_per_s;
  r_2_k = 10000000000;
  r_2_k has per_M_per_s;
  r_3_k = 40000000000;
  r_3_k has per_M_per_s;
  r_4_k = 40000000000;
  r_4_k has per_M_per_s;
  r_5_k = 100000;
  r_5_k has per_s;
  r_6_k = 2000000000;
  r_6_k has per_M_per_s;
  r_7_k = 80000000;
  r_7_k has per_M_per_s;
  r_8_k = 600000000000;
  r_8_k has per_M_per_s;
  r_9_k = 400000000;
  r_9_k has per_M_per_s;
  r_10_k = 6000000000;
  r_10_k has per_M_per_s;
  r_11_k = 10000000000;
  r_11_k has per_M_per_s;
  r_12_k = 5000000000;
  r_12_k has per_M_per_s;
  r_13_k = 500000000;
  r_13_k has per_M_per_s;
  r_14_k = 10000000;
  r_14_k has per_M_per_s;
  r_15_k = 20000000;
  r_15_k has per_M_per_s;
  r_16_k = 7500000000000;
  r_16_k has per_M_squared_per_s;
  r_17_k = 400000000;
  r_17_k has per_M_per_s;
  r_18_k = 15000000000;
  r_18_k has per_M_per_s;
  r_19_k = 120000000;
  r_19_k has per_M_per_s;
  r_20_k = 4000000;
  r_20_k has per_M_per_s;
  r_21_k = 3000000000;
  r_21_k has per_M_per_s;
  r_22_k = 2000000;
  r_22_k has per_s;

  // Other declarations:
  var GLU_0, ENZ_0, ENG_0, TP1_0, ADP_0, GLP_0, ETZ_0, ETG_0, GPP_0, GAP_0;
  var DHA_0, DPN_0, DPH_0, PID_0, DGA_0, PGA_0, PYR_0, LAC_0, DIN_0, DIH_0;
  var XI_0, XSI_0, OXY_0, XSP_0, TP2_0, DBP_0, PUE_0, PPP_0, AGP_0, MOD_0;
  var MOB_0, MOX_0;
  const cell;

  // Unit definitions:
  unit per_s = 1 / 1e1 second;
  unit per_M_per_s = 1e1 litre / (1e1 mole * 1e1 second);
  unit per_M_squared_per_s = (1e1 litre)^2 / ((1e1 mole)^2 * 1e1 second);

  // Display Names:
  per_s is "per second";
  per_M_per_s is "per molar per second";
  per_M_squared_per_s is "per molar squared per second";
  GLU is "(GLU) glucose";
  ENZ is "(ENZ) hexokinase";
  ENG is "(ENG) hexokinase-glucose intermediate";
  TP1 is "(TP1) adenosine triphosphate in store 1 (cytoplasm)";
  ADP is "(ADP) adenosine diphosphate";
  GLP is "(GLP) glucose 6-phosphate";
  ETZ is "(ETZ) phosphofructokinase";
  ETG is "(ETG) phosphofructokinase intermediate";
  GPP is "(GPP) hexose diphosphate";
  GAP is "(GAP) glyceraldehyde 3-phosphate";
  DHA is "(DHA) dihydroxacetone phosphate";
  DPN is "(DPN) extramitochondrial diphospyridine nucleotide";
  DPH is "(DPH) extramitochondrial reduced diphospyridine nucleotide";
  PID is "(PID) inorganic phosphate";
  DGA is "(DGA) 1,3 diphosphoglycerate";
  PGA is "(PGA) 3 phosphoglycerate";
  PYR is "(PYR) pyruvate";
  LAC is "(LAC) lactate";
  DIN is "(DIN) intramitochondrial diphospyridine nucleotide";
  DIH is "(DIH) intramitochondrial reduced diphospyridine nucleotide";
  XI is "(XI) low energy intermediate in oxidative phosphorylation";
  XSI is "(XSI) high energy intermediate in oxidative phosphorylation";
  OXY is "(OXY) oxygen";
  XSP is "(XSP) phosphorylated intermediate in oxidative phosphorylation";
  TP2 is "(TP2) adenosine triphosphate in store 2 (mitochondria)";
  DBP is "(DBP) dibromophenol";
  PUE is "(PUE) enzyme concerned in ATP utilization";
  PPP is "(PPP) enzyme intermediate concerned in ATP utilization";
  AGP is "(AGP) alpha-glycerophosphate";
  MOD is "(MOD) glyceraldehyde 3-phoshphate dehydrogenase-DPN complex";
  MOB is "(MOB) acyl enzyme intermediate of glyceraldehyde 3-phoshphate dehydrogenase";
  MOX is "(MOX) glyceraldehyde 3-phoshphate dehydrogenase";
  e_1 is "addition of glucose";
  e_2 is "addition of uncoupling agent";
  GLU_0 is "relative GLU";
  ENZ_0 is "relative ENZ";
  ENG_0 is "relative ENG";
  TP1_0 is "relative TP1";
  ADP_0 is "relative ADP";
  GLP_0 is "relative GLP";
  ETZ_0 is "relative ETZ";
  ETG_0 is "relative ETG";
  GPP_0 is "relative GPP";
  GAP_0 is "relative GAP";
  DHA_0 is "relative DHA";
  DPN_0 is "relative DPN";
  DPH_0 is "relative DPH";
  PID_0 is "relative PID";
  DGA_0 is "relative DGA";
  PGA_0 is "relative PGA";
  PYR_0 is "relative PYR";
  LAC_0 is "relative LAC";
  DIN_0 is "relative DIN";
  DIH_0 is "relative DIH";
  XI_0 is "relative XI";
  XSI_0 is "relative XSI";
  OXY_0 is "relative OXY";
  XSP_0 is "relative XSP";
  TP2_0 is "relative TP2";
  DBP_0 is "relative DBP";
  PUE_0 is "relative PUE";
  PPP_0 is "relative PPP";
  AGP_0 is "relative AGP";
  MOD_0 is "relative MOD";
  MOB_0 is "relative MOB";
  MOX_0 is "relative MOX";
  r_1 is "reaction 1";
  r_2 is "reaction 2";
  r_3 is "reaction 3";
  r_4 is "reaction 4";
  r_5 is "reaction 5";
  r_6 is "reaction 6";
  r_7 is "reaction 7";
  r_8 is "reaction 8";
  r_9 is "reaction 9";
  r_10 is "reaction 10";
  r_11 is "reaction 11";
  r_12 is "reaction 12";
  r_13 is "reaction 13";
  r_14 is "reaction 14";
  r_15 is "reaction 15";
  r_16 is "reaction 16";
  r_17 is "reaction 17";
  r_18 is "reaction 18";
  r_19 is "reaction 19";
  r_20 is "reaction 20";
  r_21 is "reaction 21";
  r_22 is "reaction 22";

  // SBO terms:
  cell.sboTerm = 290
  GLU.sboTerm = 247
  ENZ.sboTerm = 297
  ENG.sboTerm = 297
  TP1.sboTerm = 247
  ADP.sboTerm = 247
  GLP.sboTerm = 247
  ETZ.sboTerm = 297
  ETG.sboTerm = 297
  GPP.sboTerm = 247
  GAP.sboTerm = 247
  DHA.sboTerm = 247
  DPN.sboTerm = 247
  DPH.sboTerm = 247
  PID.sboTerm = 247
  DGA.sboTerm = 247
  PGA.sboTerm = 247
  PYR.sboTerm = 247
  LAC.sboTerm = 247
  DIN.sboTerm = 247
  DIH.sboTerm = 247
  XI.sboTerm = 296
  XSI.sboTerm = 296
  OXY.sboTerm = 247
  XSP.sboTerm = 296
  TP2.sboTerm = 247
  DBP.sboTerm = 247
  PUE.sboTerm = 297
  PPP.sboTerm = 297
  AGP.sboTerm = 247
  MOD.sboTerm = 297
  MOB.sboTerm = 297
  MOX.sboTerm = 252
  r_1.sboTerm = 177
  r_2.sboTerm = 216
  r_3.sboTerm = 177
  r_4.sboTerm = 216
  r_5.sboTerm = 376
  r_6.sboTerm = 200
  r_7.sboTerm = 200
  r_8.sboTerm = 176
  r_9.sboTerm = 216
  r_10.sboTerm = 177
  r_11.sboTerm = 216
  r_12.sboTerm = 216
  r_13.sboTerm = 200
  r_14.sboTerm = 200
  r_15.sboTerm = 200
  r_16.sboTerm = 200
  r_17.sboTerm = 216
  r_18.sboTerm = 216
  r_19.sboTerm = 200
  r_20.sboTerm = 185
  r_21.sboTerm = 177
  r_22.sboTerm = 330

  // CV terms:
  cell identity "http://identifiers.org/obo.go/GO:0005623"
  GLU identity "http://identifiers.org/kegg.compound/C00293"
  GLU identity "http://identifiers.org/obo.chebi/CHEBI:17234"
  ENZ hypernym "http://identifiers.org/interpro/IPR001312"
  ENZ property "http://identifiers.org/obo.go/GO:0004396"
  ENG part "http://identifiers.org/obo.chebi/CHEBI:17234"
  ENG version "http://identifiers.org/interpro/IPR001312"
  TP1 identity "http://identifiers.org/obo.chebi/CHEBI:15422"
  TP1 identity "http://identifiers.org/kegg.compound/C00002"
  ADP identity "http://identifiers.org/obo.chebi/CHEBI:16761"
  ADP identity "http://identifiers.org/kegg.compound/C00008"
  GLP identity "http://identifiers.org/obo.chebi/CHEBI:4170",
               "http://identifiers.org/kegg.compound/C00092"
  ETZ hypernym "http://identifiers.org/interpro/IPR022463"
  ETZ property "http://identifiers.org/obo.go/GO:0008662"
  ETG part "http://identifiers.org/obo.chebi/CHEBI:4170"
  ETG version "http://identifiers.org/interpro/IPR022463"
  ETG property "http://identifiers.org/obo.go/GO:0008662"
  GPP identity "http://identifiers.org/kegg.compound/C05378"
  GPP identity "http://identifiers.org/obo.chebi/CHEBI:28013"
  GAP identity "http://identifiers.org/obo.chebi/CHEBI:29052"
  GAP identity "http://identifiers.org/kegg.compound/C00118"
  DHA identity "http://identifiers.org/kegg.compound/C00111"
  DHA identity "http://identifiers.org/obo.chebi/CHEBI:16108"
  DPN identity "http://identifiers.org/obo.chebi/CHEBI:15846",
               "http://identifiers.org/kegg.compound/C00003"
  DPH identity "http://identifiers.org/obo.chebi/CHEBI:16908",
               "http://identifiers.org/kegg.compound/C00004"
  PID identity "http://identifiers.org/obo.chebi/CHEBI:18367",
               "http://identifiers.org/kegg.compound/C00009"
  DGA identity "http://identifiers.org/kegg.compound/C00236"
  DGA identity "http://identifiers.org/obo.chebi/CHEBI:16001"
  PGA identity "http://identifiers.org/kegg.compound/C00197"
  PGA identity "http://identifiers.org/obo.chebi/CHEBI:17794"
  PYR identity "http://identifiers.org/kegg.compound/C00022"
  PYR identity "http://identifiers.org/obo.chebi/CHEBI:32816"
  LAC identity "http://identifiers.org/kegg.compound/C00186"
  LAC identity "http://identifiers.org/obo.chebi/CHEBI:422"
  DIN identity "http://identifiers.org/kegg.compound/C00003"
  DIN identity "http://identifiers.org/obo.chebi/CHEBI:15846"
  DIH identity "http://identifiers.org/obo.chebi/CHEBI:16908"
  DIH identity "http://identifiers.org/kegg.compound/C00004"
  XI parthood "http://identifiers.org/obo.go/GO:0045259",
              "http://identifiers.org/obo.go/GO:0005746"
  XSI parthood "http://identifiers.org/obo.go/GO:0045259",
               "http://identifiers.org/obo.go/GO:0005746"
  OXY identity "http://identifiers.org/kegg.compound/C00007"
  OXY identity "http://identifiers.org/obo.chebi/CHEBI:15379"
  XSP parthood "http://identifiers.org/obo.go/GO:0005746",
               "http://identifiers.org/obo.go/GO:0045259"
  TP2 identity "http://identifiers.org/kegg.compound/C00002"
  TP2 identity "http://identifiers.org/obo.chebi/CHEBI:15422"
  DBP identity "http://identifiers.org/obo.chebi/CHEBI:33625"
  PUE hypernym "http://identifiers.org/kegg.compound/C00017"
  PUE hypernym "http://identifiers.org/obo.chebi/CHEBI:16541"
  PPP part "http://identifiers.org/obo.chebi/CHEBI:15422",
           "http://identifiers.org/obo.chebi/CHEBI:16541"
  PPP property "http://identifiers.org/obo.go/GO:0016887"
  AGP identity "http://identifiers.org/kegg.compound/C00623"
  AGP identity "http://identifiers.org/obo.chebi/CHEBI:16221"
  MOD part "http://identifiers.org/obo.chebi/CHEBI:15846"
  MOD version "http://identifiers.org/interpro/IPR006424"
  MOB part "http://identifiers.org/obo.chebi/CHEBI:29052"
  MOB version "http://identifiers.org/interpro/IPR006424"
  MOB property "http://identifiers.org/obo.go/GO:0004365"
  MOX hypernym "http://identifiers.org/uniprot/P04406",
               "http://identifiers.org/uniprot/Q2TSD0",
               "http://identifiers.org/interpro/IPR006424"
  MOX property "http://identifiers.org/obo.go/GO:0004365"
  r_1 parthood "http://identifiers.org/ec-code/2.7.1.1"
  r_1 parthood "http://identifiers.org/kegg.reaction/R00299",
               "http://identifiers.org/obo.go/GO:0004396"
  r_2 parthood "http://identifiers.org/obo.go/GO:0004396"
  r_2 parthood "http://identifiers.org/ec-code/2.7.1.1",
               "http://identifiers.org/kegg.reaction/R00299"
  r_3 parthood "http://identifiers.org/ec-code/2.7.1.4",
               "http://identifiers.org/kegg.reaction/R04779",
               "http://identifiers.org/obo.go/GO:0008865"
  r_4 parthood "http://identifiers.org/ec-code/2.7.1.4"
  r_4 parthood "http://identifiers.org/kegg.reaction/R04779",
               "http://identifiers.org/obo.go/GO:0008865"
  r_5 hypernym "http://identifiers.org/obo.go/GO:0004332"
  r_5 hypernym "http://identifiers.org/ec-code/4.1.2.13",
               "http://identifiers.org/kegg.reaction/R01068"
  r_6 parthood "http://identifiers.org/obo.go/GO:0006127"
  r_6 hypernym "http://identifiers.org/kegg.reaction/R00842"
  r_6 hypernym "http://identifiers.org/ec-code/1.1.1.8",
               "http://identifiers.org/obo.go/GO:0004367"
  r_7 parthood "http://identifiers.org/obo.go/GO:0006127"
  r_7 hypernym "http://identifiers.org/obo.go/GO:0004367"
  r_7 hypernym "http://identifiers.org/ec-code/1.1.1.8",
               "http://identifiers.org/kegg.reaction/R00842"
  r_8 parthood "http://identifiers.org/ec-code/1.2.1.12",
               "http://identifiers.org/kegg.reaction/R01061",
               "http://identifiers.org/obo.go/GO:0008943"
  r_9 parthood "http://identifiers.org/obo.go/GO:0008943"
  r_9 parthood "http://identifiers.org/ec-code/1.2.1.12",
               "http://identifiers.org/kegg.reaction/R01061"
  r_10 parthood "http://identifiers.org/obo.go/GO:0008943"
  r_10 parthood "http://identifiers.org/ec-code/1.2.1.12",
                "http://identifiers.org/kegg.reaction/R01061"
  r_11 hypernym "http://identifiers.org/ec-code/2.7.2.3"
  r_11 hypernym "http://identifiers.org/kegg.reaction/R01512"
  r_12 part "http://identifiers.org/ec-code/4.2.1.11"
  r_12 part "http://identifiers.org/ec-code/2.7.1.40",
            "http://identifiers.org/kegg.reaction/R00658"
  r_12 version "http://identifiers.org/kegg.reaction/R00200",
               "http://identifiers.org/obo.go/GO:0004634",
               "http://identifiers.org/obo.go/GO:0004743"
  r_13 hypernym "http://identifiers.org/ec-code/1.1.1.27"
  r_13 hypernym "http://identifiers.org/kegg.reaction/R00703",
                "http://identifiers.org/obo.go/GO:0004459"
  r_14 hypernym "http://identifiers.org/ec-code/1.1.1.27",
                "http://identifiers.org/kegg.reaction/R00703",
                "http://identifiers.org/obo.go/GO:0004459"
  r_15 hypernym "http://identifiers.org/obo.go/GO:0042867"
  r_15 version "http://identifiers.org/obo.go/GO:0006099"
  r_16 hypernym "http://identifiers.org/obo.go/GO:0019646"
  r_17 parthood "http://identifiers.org/obo.go/GO:0006119"
  r_18 parthood "http://identifiers.org/obo.go/GO:0006119"
  r_19 hypernym "http://identifiers.org/obo.go/GO:0022900"
  r_20 hypernym "http://identifiers.org/obo.go/GO:0015867"
  r_21 hypernym "http://identifiers.org/obo.go/GO:0005524"
  r_22 hypernym "http://identifiers.org/obo.go/GO:0006200"
end

chance is "Chance1960_Glycolysis_Respiration"

chance model_entity_is "http://identifiers.org/biomodels.db/MODEL1010190002"
chance model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000281"
chance description "http://identifiers.org/pubmed/13692276"
chance taxon "http://identifiers.org/taxonomy/9606",
             "http://identifiers.org/obo.bto/BTO:0000094"
chance version "http://identifiers.org/kegg.pathway/hsa00010"
chance version "http://identifiers.org/reactome/REACT_1383.6"
chance hypernym "http://identifiers.org/obo.go/GO:0006119",
                "http://identifiers.org/obo.go/GO:0006096"
