Skip to content

martincxx/promela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Linux users:

  1. Install spin using instructions here
  2. Download jspin and unzip it.
  3. Get Graphviz (dot) by typing on console: sudo apt install dot
  4. Unzip jspin and then edit config.cfg
  5. Replace attribute of executables needed.
  • Original SPIN=bin\\spin.exe

  • Replace with: SPIN=/usr/bin/spin

  • Original SPIN=bin\\dot.exe

  • Replace with: SPIN=/usr/bin/dot

  1. Save changes on config.cfg.
  2. Open JSpin and enjoy your model checking!

Notes:

  • You can find out where is located spin/dot with which command
  • You can find files and further info here

Releases

No releases published

Packages

No packages published

Languages