/usr/share/SBMLToolbox/Test/test-data/testIsInRules.xml is in sbmltoolbox 4.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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" level="3" version="1">
<model>
<listOfCompartments>
<compartment id="c1" constant="false"/>
<compartment id="c2" constant="false"/>
<compartment id="c3" constant="false"/>
</listOfCompartments>
<listOfSpecies>
<species id="s1" compartment="c1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="s2" compartment="c1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="s3" compartment="c1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="s4" compartment="c1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="s5" compartment="c1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="s6" compartment="c1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
</listOfSpecies>
<listOfParameters>
<parameter id="v1" value="4" units="dimensionless" constant="false"/>
<parameter id="v2" value="4" units="dimensionless" constant="false"/>
<parameter id="v3" value="4" units="dimensionless" constant="false"/>
</listOfParameters>
<listOfRules>
<algebraicRule>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<minus/>
<apply>
<plus/>
<ci> v3 </ci>
<ci> c1 </ci>
<ci> sr1 </ci>
</apply>
<ci> s2 </ci>
</apply>
</math>
</algebraicRule>
<assignmentRule variable="v1">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<plus/>
<cn> 2 </cn>
<ci> v3 </ci>
</apply>
</math>
</assignmentRule>
<assignmentRule variable="c2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<plus/>
<cn> 2 </cn>
<ci> v3 </ci>
</apply>
</math>
</assignmentRule>
<assignmentRule variable="s1">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<plus/>
<cn> 2 </cn>
<ci> v3 </ci>
</apply>
</math>
</assignmentRule>
<assignmentRule variable="sr2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<plus/>
<cn> 2 </cn>
<ci> v3 </ci>
</apply>
</math>
</assignmentRule>
<rateRule variable="sr3">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<ci> v3 </ci>
<ci> c1 </ci>
</apply>
</math>
</rateRule>
<rateRule variable="v2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<ci> v3 </ci>
<ci> c1 </ci>
</apply>
</math>
</rateRule>
<rateRule variable="c3">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<ci> v3 </ci>
<ci> c1 </ci>
</apply>
</math>
</rateRule>
<rateRule variable="s3">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<divide/>
<ci> v3 </ci>
<ci> c1 </ci>
</apply>
</math>
</rateRule>
</listOfRules>
<listOfReactions>
<reaction id="r" fast="false" reversible="false">
<listOfProducts>
<speciesReference id="sr1" species="s4" constant="false"/>
<speciesReference id="sr2" species="s5" constant="false"/>
<speciesReference id="sr3" species="s6" constant="false"/>
</listOfProducts>
</reaction>
</listOfReactions>
</model>
</sbml>
|