CDCLSolver\runnable\CDCLSolver.jar is the file to run the program.
The code is intended to run on a Windows machine, it has not been tested on any other operating system.
In order to see output, the code must be run in a command prompt.
To run, follow these steps:
- Open your command prompt in the project main directory (CDCLSolver\)
- run the following command: "java -jar .\runnable\CDCLSolver.jar {filename}"
- The filename argument can be omitted to see a preset batch of files to be executed.
- The file specified by the filename argument must be present in either CDCLSolver\runnable\inputs\sat or CDCLSolver\runnable\inputs\sat
- Examples of accepted file names are: "block0", "block0.cnf", and "add4.cnf"