- aigertool: Used to convert
aig
format toaag
format. Put it in the same directory asmain.py
by executegit clone https://github.com/arminbiere/aiger.git
here, and build it with./configure.sh && make
. Without this tool will only supportaag
format.
python main.py --aag <path to config file> --k <number of bound>
: run the algorithm with the given aag format file and bound k
git checkout k-induction
to switch to the k-induction branch