Installation - NTU-ALComLab/LSV-PA GitHub Wiki
We refer to the readme of ABC for the installation instructions. Further more, we strongly suggest everyone to use a Unix base(Linux, Macos) system.
If you are a window user and don't have a linux server available, we suggest using WSL.
You might need to install some additional libraries such as libreadline-dev
.
After ABC is successfully installed, you can execute the binary and it will show you a command prompt like:
UC Berkeley, ABC 1.01 (compiled Sep 21 2020 17:08:58)
abc 01>
You can type in command help
to display all commands:
abc 01> help
Welcome to ABC compiled on Sep 21 2020 17:08:54!
ABC9 commands:
&acec &add1hot &anorm &append
&atree &b &back_reach &bcore
&bidec &blut &bmc &bmci
&bmcs &cec &cexinfo &cfraig
&cfs &chainbmc &choice &cof
&compare &cone &cycle &dc2
&dch &decla &deepsyn &demiter
...
You can type command quit
to end the program.