Open GoogleCodeExporter opened 8 years ago
Hi,
SpinSpider is intended for use with _very small_ programs of at most 20-30
states that you can use in teaching basic concepts. Your example program has
_thousands_ of states and the graph would be impossible to read. Furthermore,
the software is _very fragile_ because Spin was not designed for this purpose
and I used many "hacks". SpinSpider will not work with programs that use
advanced features of Spin.
For all these reasons, I will not continue to develop SpinSpider (as opposed to
jSpin itself which I regard as an active project). Instead, I developed a
Spin-compatible model checker called Erigone which very much simplifies the
production of state space graphs (even incrementally!!). Again, the intention
is only to use it for _very small_ Promela programs. You can find it by
searching "Erigone" on Google Project Hosting or by following a link on the
jSpin page. I do consider Erigone including its support for visualization
(called VMC) to be an active project and will respond to bugs and consider
suggestions for improvements.
Moti
Original comment by moti.ben.ari@gmail.com
on 20 Feb 2013 at 7:19
Original issue reported on code.google.com by
m...@rjgodoy.com.ar
on 19 Feb 2013 at 4:34Attachments: