Arlib is toolkit for automated reasoning.
- Make setup.py work (release the repo as a Python library )
- Install the requirement packages following
requirements.txt
pip install -r requirements.txt
- (Optional) Download all binary solvers in the dir
bin_solvers
See docs/index.rst
arlib/
├── arlib/ # Main library code
├── benchmarks/ # Benchmark files and test cases
├── bin_solvers/ # Binary solver executables
├── docs/ # Documentation files
├── examples/ # Utility scripts
├── setup.py # Package setup configuration
├── pytest.ini # PyTest configuration
└── requirements.txt # Project dependencies
For Summer Research, Final Year Project Topics, please refer to
docs/topics.rst
Contributions are welcome. Please refer to the repository for detailed instructions on how to contribute.
We release the docs here: https://pyarlib.readthedocs.io/en/latest/
Primary contributors to this project:
- rainoftime / cutelimination
- JasonJ2021
- ZelinMa557
- Harrywwq
- Jiening Siow