Skip to content

This repository contains the code of Intel(R) SAT Solver (IntelSAT)

License

Notifications You must be signed in to change notification settings

Vajuw/intel_sat_solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intel_sat_solver

This repository contains the code of Intel(R) SAT Solver (IntelSAT).

Compilation requires g++ version 10.1.0 or higher.

To compile IntelSAT executable in Release mode, run make as follows: "make rs". To compile IntelSAT library in Release mode, run make as follows: "make libr". For other compilation options, please refer to Makefile.

When using IntelSAT, please refer to the following paper:

Alexander Nadel. "Introducing Intel(R) SAT Solver", SAT'22.

About

This repository contains the code of Intel(R) SAT Solver (IntelSAT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • C 1.6%
  • Makefile 0.7%