yagamizxy / simplecar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/***************************************************/
* SimpleCAR is being actively updated.             *
* To download the sources for VSTTE 2019 (submission) or CAV 2018 evaluation, *
* please see the release.                          *
/***************************************************/


1 To install simplecar: make under the root directory of source codes

2 To run simplecar: ./simplecar -h for details

For example, you can run "./simplecar -b -e ../benchmarks/single/counterp0.aig ./"
After the program teminates, two files "counterp0.log" (output of simplecar) and "counterp0.res" (counterexample in aiger model) will be generated under the current directory.

About

License:Other


Languages

Language:C++ 64.5%Language:C 31.4%Language:Makefile 3.6%Language:Shell 0.4%Language:CMake 0.2%