Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 331 Bytes

3-SAT Simulated Annealing

C++ 3-SAT Simulated Annealing Solver

Prerequisites:

  • g++

To Compile:

$ make
To run the test:
$ ./main <size> <iterations>

Results:

20 100 250