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.