This is a light-weight StarExec presenter using PHP.
The registration procedure is as follows.
- Register at StarExec:
- Join the Termination Community: Please provide sufficient information so that the organizer can identify you, and be convinced that you will use StarExec for research related to termination.
- Upload your solver to a space where the organizer can read (e.g. a public space), and remember configuration ids.
- Edit Y20XX/info.php, where 20XX is the current year, so that a line
is in the 'participants' component of the category you participate, where
'Tool' => 1234,
Tool
is replaced by a short name of your tool and1234
by the configuration id. Then please make pull request. - If your tool has participated in the previous year, please remove the comment lines
for your last year's configuration.
// 'Tool' => 1234,