|
SAT Solver Template
|
Contains the main solver class. More...

Go to the source code of this file.
Classes | |
| class | sat::Solver |
| Main solver class. More... | |
Namespaces | |
| namespace | sat |
Typedefs | |
| using | sat::ClausePointer = std::shared_ptr< Clause > |
| using | sat::ConstClausePointer = std::shared_ptr< const Clause > |
Contains the main solver class.