SRI-CSL / sally

A model checker for infinite-state systems.
http://sri-csl.github.io/sally/
GNU General Public License v2.0
69 stars 12 forks source link

Integrate crab into Sally #42

Open dddejan opened 7 years ago

dddejan commented 7 years ago

I've added some boilerplate to the "ai" branch.

Notes:

dddejan commented 7 years ago

Here is an example how to run the code

dejan@hilbert:~/workspace/sally/build$ ./src/sally -v 1 --debug crab --no-lets  --ai crab ../test/regress/ic3/example0.mcmt
[2017-03-06.11:45:03] Processing ../test/regress/ic3/example0.mcmt
[2017-03-06.11:45:03] Crab: starting
crab: I = (= |state_type::state.x| 0)
crab: T = (= |state_type::next.x| (+ |state_type::state.x| 1))
[2017-03-06.11:45:03] Crab: done
Engine needed to do a query.