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

  // Compartments and Species:
  compartment cell;
  species $aca in cell, $oaa in cell, $coa in cell, cit in cell, icit in cell;
  species akg in cell, sca in cell, suc in cell, fa in cell, mal in cell;
  species gly in cell, $biosyn in cell;

  // Reactions:
  CS: $aca + $oaa -> $coa + cit; cell*((CS_Vf_cs*(aca/CS_Kaca_cs)*(oaa/CS_Koaa_cs) - CS_Vr_cs*(coa/CS_Kcoa_cs)*(cit/CS_Kcit_cs))/((1 + aca/CS_Kaca_cs + coa/CS_Kcoa_cs)*(1 + oaa/CS_Koaa_cs + cit/CS_Kcit_cs)));
  ACN: cit -> icit; cell*((ACN_Vf_acn*(cit/ACN_Kcit_acn) - ACN_Vr_acn*(icit/ACN_Kicit_acn))/(1 + cit/ACN_Kcit_acn + icit/ACN_Kicit_acn));
  ICD: icit -> akg; cell*((ICD_Vf_icd*(icit/ICD_Kicit_icd) - ICD_Vr_icd*(akg/ICD_Kakg_icd))/(1 + icit/ICD_Kicit_icd + akg/ICD_Kakg_icd));
  KDH: akg -> sca; cell*((KDH_Vf_kdh*(akg/KDH_Kakg_kdh) - KDH_Vr_kdh*(sca/KDH_Ksca_kdh))/(1 + akg/KDH_Kakg_kdh + sca/KDH_Ksca_kdh));
  ScAS: sca -> suc; cell*((ScAS_Vf_scas*(sca/ScAS_Ksca_scas) - ScAS_Vr_scas*(suc/ScAS_Ksuc_scas))/(1 + sca/ScAS_Ksca_scas + suc/ScAS_Ksuc_scas));
  SDH: suc -> fa; cell*((SDH_Vf_sdh*(suc/SDH_Ksuc_sdh) - SDH_Vr_sdh*(fa/SDH_Kfa_sdh))/(1 + suc/SDH_Ksuc_sdh + fa/SDH_Kfa_sdh));
  FUM: fa -> mal; cell*((FUM_Vf_fum*(fa/FUM_Kfa_fum) - FUM_Vr_fum*(mal/FUM_Kmal_fum))/(1 + fa/FUM_Kfa_fum + mal/FUM_Kmal_fum));
  MDH: mal -> $oaa; cell*((MDH_Vf_mdh*(mal/MDH_Kmal_mdh) - MDH_Vr_mdh*(oaa/MDH_Koaa_mdh))/(1 + mal/MDH_Kmal_mdh + oaa/MDH_Koaa_mdh));
  ICL: icit -> suc + gly; cell*((ICL_Vf_icl*(icit/ICL_Kicit_icl) - ICL_Vr_icl*(suc/ICL_Ksuc_icl)*(gly/ICL_Kgly_icl))/(1 + icit/ICL_Kicit_icl + suc/ICL_Ksuc_icl + gly/ICL_Kgly_icl + (icit/ICL_Kicit_icl)*(suc/ICL_Ksuc_icl) + (suc/ICL_Ksuc_icl)*(gly/ICL_Kgly_icl)));
  MS: gly + $aca -> mal + $coa; cell*((MS_Vf_ms*(gly/MS_Kgly_ms)*(aca/MS_Kaca_ms) - MS_Vr_ms*(mal/MS_Kmal_ms)*(coa/MS_Kcoa_ms))/((1 + gly/MS_Kgly_ms + mal/MS_Kmal_ms)*(1 + aca/MS_Kaca_ms + coa/MS_Kcoa_ms)));
  SYN: akg -> $biosyn; cell*0.0341*((SYN_Vf_icd*(icit/SYN_Kicit_icd) - SYN_Vr_icd*(akg/SYN_Kakg_icd))/(1 + icit/SYN_Kicit_icd + akg/SYN_Kakg_icd));

  // Species initializations:
  aca = 0.5;
  oaa = 0.0014;
  coa = 0.0001;
  cit = 9;
  icit = 0.15;
  akg = 0.2;
  sca = 0.04;
  suc = 6;
  fa = 0.3;
  mal = 5;
  gly = 4;
  biosyn = 0.1;

  // Compartment initializations:
  cell = 1;

  // Variable initializations:
  CS_Vf_cs = 446.88;
  CS_Vf_cs has mmlmin;
  CS_Kaca_cs = 0.03;
  CS_Kaca_cs has mml;
  CS_Koaa_cs = 0.07;
  CS_Koaa_cs has mml;
  CS_Vr_cs = 4.4688;
  CS_Vr_cs has mmlmin;
  CS_Kcoa_cs = 0.3;
  CS_Kcoa_cs has mml;
  CS_Kcit_cs = 0.7;
  CS_Kcit_cs has mml;
  ACN_Vf_acn = 629.28;
  ACN_Vf_acn has mmlmin;
  ACN_Kcit_acn = 1.7;
  ACN_Kcit_acn has mml;
  ACN_Vr_acn = 6.2928;
  ACN_Vr_acn has mmlmin;
  ACN_Kicit_acn = 3.33;
  ACN_Kicit_acn has mml;
  ICD_Vf_icd = 6.625;
  ICD_Vf_icd has mmlmin;
  ICD_Kicit_icd = 0.008;
  ICD_Kicit_icd has mml;
  ICD_Vr_icd = 0.06625;
  ICD_Vr_icd has mmlmin;
  ICD_Kakg_icd = 0.13;
  ICD_Kakg_icd has mml;
  KDH_Vf_kdh = 57.344;
  KDH_Vf_kdh has mmlmin;
  KDH_Kakg_kdh = 0.1;
  KDH_Kakg_kdh has mml;
  KDH_Vr_kdh = 0.57344;
  KDH_Vr_kdh has mmlmin;
  KDH_Ksca_kdh = 1;
  KDH_Ksca_kdh has mml;
  ScAS_Vf_scas = 8.96;
  ScAS_Vf_scas has mmlmin;
  ScAS_Ksca_scas = 0.02;
  ScAS_Ksca_scas has mml;
  ScAS_Vr_scas = 0.0896;
  ScAS_Vr_scas has mmlmin;
  ScAS_Ksuc_scas = 5;
  ScAS_Ksuc_scas has mml;
  SDH_Vf_sdh = 17.7;
  SDH_Vf_sdh has mmlmin;
  SDH_Ksuc_sdh = 0.02;
  SDH_Ksuc_sdh has mml;
  SDH_Vr_sdh = 16.24;
  SDH_Vr_sdh has mmlmin;
  SDH_Kfa_sdh = 0.4;
  SDH_Kfa_sdh has mml;
  FUM_Vf_fum = 156.24;
  FUM_Vf_fum has mmlmin;
  FUM_Kfa_fum = 0.15;
  FUM_Kfa_fum has mml;
  FUM_Vr_fum = 144.67;
  FUM_Vr_fum has mmlmin;
  FUM_Kmal_fum = 0.04;
  FUM_Kmal_fum has mml;
  MDH_Vf_mdh = 1390.9;
  MDH_Vf_mdh has mmlmin;
  MDH_Kmal_mdh = 2.6;
  MDH_Kmal_mdh has mml;
  MDH_Vr_mdh = 1276.06;
  MDH_Vr_mdh has mmlmin;
  MDH_Koaa_mdh = 0.04;
  MDH_Koaa_mdh has mml;
  ICL_Vf_icl = 28.5;
  ICL_Vf_icl has mmlmin;
  ICL_Kicit_icl = 0.604;
  ICL_Kicit_icl has mml;
  ICL_Vr_icl = 0.285;
  ICL_Vr_icl has mmlmin;
  ICL_Ksuc_icl = 0.59;
  ICL_Ksuc_icl has mml;
  ICL_Kgly_icl = 0.13;
  ICL_Kgly_icl has mml;
  MS_Vf_ms = 28.5;
  MS_Vf_ms has mmlmin;
  MS_Kgly_ms = 2;
  MS_Kgly_ms has mml;
  MS_Kaca_ms = 0.01;
  MS_Kaca_ms has mml;
  MS_Vr_ms = 0.285;
  MS_Vr_ms has mmlmin;
  MS_Kmal_ms = 1;
  MS_Kmal_ms has mml;
  MS_Kcoa_ms = 0.1;
  MS_Kcoa_ms has mml;
  SYN_Vf_icd = 6.625;
  SYN_Vf_icd has mmlmin;
  SYN_Kicit_icd = 0.008;
  SYN_Kicit_icd has mml;
  SYN_Vr_icd = 0.06625;
  SYN_Vr_icd has mmlmin;
  SYN_Kakg_icd = 0.13;
  SYN_Kakg_icd has mml;

  // Other declarations:
  const cell;

  // Unit definitions:
  unit substance = 1e-3 mole;
  unit mmlmin = 1e-3 mole / (litre * 60 second);
  unit mml = 1e-3 mole / litre;

  // SBO terms:
  aca.sboTerm = 247
  oaa.sboTerm = 247
  coa.sboTerm = 247
  cit.sboTerm = 247
  icit.sboTerm = 247
  akg.sboTerm = 247
  sca.sboTerm = 247
  suc.sboTerm = 247
  fa.sboTerm = 247
  mal.sboTerm = 247
  gly.sboTerm = 247
  CS_Vf_cs.sboTerm = 350
  CS_Kaca_cs.sboTerm = 322
  CS_Koaa_cs.sboTerm = 322
  CS_Vr_cs.sboTerm = 353
  CS_Kcoa_cs.sboTerm = 323
  CS_Kcit_cs.sboTerm = 323
  ACN_Vf_acn.sboTerm = 350
  ACN_Kcit_acn.sboTerm = 322
  ACN_Vr_acn.sboTerm = 353
  ACN_Kicit_acn.sboTerm = 323
  ICD_Vf_icd.sboTerm = 350
  ICD_Kicit_icd.sboTerm = 322
  ICD_Vr_icd.sboTerm = 353
  ICD_Kakg_icd.sboTerm = 323
  KDH_Vf_kdh.sboTerm = 350
  KDH_Kakg_kdh.sboTerm = 322
  KDH_Vr_kdh.sboTerm = 353
  KDH_Ksca_kdh.sboTerm = 323
  ScAS_Vf_scas.sboTerm = 350
  ScAS_Ksca_scas.sboTerm = 322
  ScAS_Vr_scas.sboTerm = 353
  ScAS_Ksuc_scas.sboTerm = 323
  SDH_Vf_sdh.sboTerm = 350
  SDH_Ksuc_sdh.sboTerm = 322
  SDH_Vr_sdh.sboTerm = 353
  SDH_Kfa_sdh.sboTerm = 323
  FUM_Vf_fum.sboTerm = 350
  FUM_Kfa_fum.sboTerm = 322
  FUM_Vr_fum.sboTerm = 353
  FUM_Kmal_fum.sboTerm = 323
  MDH_Vf_mdh.sboTerm = 350
  MDH_Kmal_mdh.sboTerm = 322
  MDH_Vr_mdh.sboTerm = 353
  MDH_Koaa_mdh.sboTerm = 323
  ICL_Vf_icl.sboTerm = 350
  ICL_Kicit_icl.sboTerm = 322
  ICL_Vr_icl.sboTerm = 353
  ICL_Ksuc_icl.sboTerm = 323
  ICL_Kgly_icl.sboTerm = 323
  MS_Vf_ms.sboTerm = 350
  MS_Kgly_ms.sboTerm = 322
  MS_Kaca_ms.sboTerm = 322
  MS_Vr_ms.sboTerm = 353
  MS_Kmal_ms.sboTerm = 323
  MS_Kcoa_ms.sboTerm = 323
  SYN_Vf_icd.sboTerm = 350
  SYN_Kicit_icd.sboTerm = 322
  SYN_Vr_icd.sboTerm = 353
  SYN_Kakg_icd.sboTerm = 323

  // CV terms:
  aca hypernym "http://identifiers.org/obo.chebi/CHEBI:15351",
               "http://identifiers.org/kegg.compound/C00024"
  oaa hypernym "http://identifiers.org/obo.chebi/CHEBI:30744",
               "http://identifiers.org/kegg.compound/C00036"
  coa hypernym "http://identifiers.org/obo.chebi/CHEBI:15346",
               "http://identifiers.org/kegg.compound/C00010"
  cit hypernym "http://identifiers.org/obo.chebi/CHEBI:30769",
               "http://identifiers.org/kegg.compound/C00158"
  icit hypernym "http://identifiers.org/obo.chebi/CHEBI:30887",
                "http://identifiers.org/kegg.compound/C00311"
  akg hypernym "http://identifiers.org/obo.chebi/CHEBI:30915",
               "http://identifiers.org/kegg.compound/C00026"
  sca hypernym "http://identifiers.org/obo.chebi/CHEBI:15380",
               "http://identifiers.org/kegg.compound/C00091"
  suc hypernym "http://identifiers.org/obo.chebi/CHEBI:15741",
               "http://identifiers.org/kegg.compound/C00042"
  fa hypernym "http://identifiers.org/obo.chebi/CHEBI:18012",
              "http://identifiers.org/kegg.compound/C00122"
  mal hypernym "http://identifiers.org/obo.chebi/CHEBI:6650",
               "http://identifiers.org/kegg.compound/C00711"
  gly hypernym "http://identifiers.org/obo.chebi/CHEBI:16891",
               "http://identifiers.org/kegg.compound/C00048"
  CS hypernym "http://identifiers.org/kegg.reaction/R00351"
  ACN hypernym "http://identifiers.org/kegg.reaction/R01324"
  ICD hypernym "http://identifiers.org/kegg.reaction/R00709"
  KDH hypernym "http://identifiers.org/kegg.reaction/R08549"
  ScAS hypernym "http://identifiers.org/kegg.reaction/R00407"
  SDH hypernym "http://identifiers.org/kegg.reaction/R00402"
  FUM hypernym "http://identifiers.org/kegg.reaction/R01082"
  MDH hypernym "http://identifiers.org/kegg.reaction/R00342"
  ICL hypernym "http://identifiers.org/kegg.reaction/R00479"
  MS hypernym "http://identifiers.org/kegg.reaction/R00472"
  SYN hypernym "http://identifiers.org/obo.go/GO:0006103"
end

Singh2006_TCA_Ecoli_acetate is "Singh2006_TCA_Ecoli_acetate"

Singh2006_TCA_Ecoli_acetate model_entity_is "http://identifiers.org/biomodels.db/MODEL8584137422"
Singh2006_TCA_Ecoli_acetate model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000221"
Singh2006_TCA_Ecoli_acetate description "http://identifiers.org/pubmed/16887020"
Singh2006_TCA_Ecoli_acetate hypernym "http://identifiers.org/kegg.pathway/ko00020"
Singh2006_TCA_Ecoli_acetate version "http://identifiers.org/obo.go/GO:0006097",
                                    "http://identifiers.org/obo.go/GO:0006099"
Singh2006_TCA_Ecoli_acetate homolog "http://identifiers.org/reactome/REACT_1785"
Singh2006_TCA_Ecoli_acetate taxon "http://identifiers.org/taxonomy/562"
