Skip to content

NickLee2050/hust_sat_solver_remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hust_program_design_remake

The cpp remade version of HUST Program Design, SAT Solver Problem.

To make this project, execute commands:

mkdir build
cd build
cmake ..
make

This project exports compile_commands.json by default for clangd.

Debugging configurations within vscode provided as well, try F5 with breakpoints. If terminal hints "Permission denied", try:

chmod 777 .vscode/make_solver.sh

About

The cpp remade version of HUST Program Design, SAT Solver Problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors