This repository contains manual benchmark measurements of DPLL algorithm implementation specified in the description.
- python3
Open the terminal and follow these steps:
-
Clone the repository:
git clone git@github.com:artem-burashnikov/sat-solver-benchmark.git
-
Navigate to the project folder inside the root:
cd sat-solver-benchmark/
-
Create a python virtual environment and activate it:
python3 -m venv .venv && source .venv/bin/activate
-
Install all necessary libraries:
pip install -r requirements.txt
The project is licensed under a MIT-License.