
testFlattening.test18_flat.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1"> <model> <listOfParameters> <parameter id="p8" value="8" constant="false"/> <parameter id="conv" value="0.1" constant="true"/> <parameter id="sub1__prel" constant="false"/> </listOfParameters> <listOfRules> <assignmentRule variable="sub1__prel"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <divide/> <apply> <divide/> <ci> p8 </ci> <ci> conv </ci> </apply> <cn type="integer"> 8 </cn> </apply> </math> </assignmentRule> </listOfRules> </model> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy