1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" xmlns:fbc="http://www.sbml.org/sbml/level3/version1/fbc/version1" level="3" version="1" fbc:required="false">
<model>
<listOfCompartments>
<compartment id="compartment" size="1" constant="true"/>
</listOfCompartments>
<listOfSpecies>
<species id="Node1" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node2" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node3" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node4" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node5" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node6" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node7" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node8" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="Node0" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="true" constant="false"/>
<species id="Node9" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="true" constant="false"/>
</listOfSpecies>
<listOfReactions>
<reaction id="J0" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node0" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node1" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J1" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node1" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node2" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J2" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node2" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node3" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J3" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node1" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node4" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J4" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node4" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node3" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J5" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node3" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node5" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J6" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node5" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node6" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J7" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node6" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node7" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J8" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node5" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node8" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J9" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node8" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node7" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
<reaction id="J10" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="Node7" stoichiometry="1" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="Node9" stoichiometry="1" constant="true"/>
</listOfProducts>
</reaction>
</listOfReactions>
<fbc:listOfFluxBounds>
<fbc:fluxBound fbc:id="bound1" fbc:reaction="J0" fbc:operation="equal" fbc:value="10"/>
</fbc:listOfFluxBounds>
<fbc:listOfObjectives activeObjective="obj1">
<fbc:objective fbc:id="obj1" fbc:type="maximize">
<fbc:listOfFluxObjectives>
<fbc:fluxObjective fbc:reaction="J8" fbc:coefficient="1"/>
</fbc:listOfFluxObjectives>
</fbc:objective>
</fbc:listOfObjectives>
</model>
</sbml>
|