{% extends "basic_template.html" %} {% block title %} {{ super() }} {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Quick Start

Entering a model

Enter the model in the textbox

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.

Selecting model options

With the model entered, we are presented with several options

Once you have made your choices, click on the submit button.

The computation will hopefully be quick, but is not instantaneous. Expect a short wait; the next page will be rendered once the server is finished simulating.

Results

Here we show the (bottom part) of the results page for a run where we choose to sample the fixed points and cycles.

If you wish to change model options or the model itself, use the browser's back button to get to the appropriate page.

{% endblock %}