Enter the model in the textbox
- Each equation should be of the form "var=formula"
- Each variable must show up exactly once as a left-hand-side of one of these equationa
- Capitilization matters! Two variables with the same letters but different capitilizations are considered distinct.
- The formula may contain +, -, *, ^, MAX, MIN, and NOT.
Once you have entered the model, click on the submit button. On the backend, we do a quick check to make sure each line is of the form var=formula, but do no other checking.
For this example, we will use a very simple model with two variables, A and B.
Note: You can also upload the model from a text file. File should either be in the above format or be a ternary SBML-qual model. Entered models can downloaded using the button in the lower left.