Skip to content

RafaelGranza/3SAT-Simulated-Annealing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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