Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 534 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 534 Bytes

The safety synthesis tool submitted to the SYNTCOMP. Dependencies:

To build, install dependencies into folder <third_parties>. Modify setup.sh to provide the path to that folder. Use the standard cmake routine for building:

  • . ./setup.sh
  • create build folder <build>
  • cd <build>
  • cmake ..
  • make

Feel free to ask me questions, the tool is raw.