Definition at line 45 of file simplification.h.
#include <simplification.h>
◆ SatPostsolver() [1/2]
| operations_research::sat::SatPostsolver::SatPostsolver |
( |
int | num_variables | ) |
|
|
explicit |
◆ SatPostsolver() [2/2]
| operations_research::sat::SatPostsolver::SatPostsolver |
( |
const SatPostsolver & | | ) |
|
|
delete |
◆ Add()
| void operations_research::sat::SatPostsolver::Add |
( |
Literal | x, |
|
|
absl::Span< const Literal > | clause ) |
◆ ApplyMapping()
| void operations_research::sat::SatPostsolver::ApplyMapping |
( |
const util_intops::StrongVector< BooleanVariable, BooleanVariable > & | mapping | ) |
|
◆ assignment()
◆ Clause()
| std::vector< Literal > operations_research::sat::SatPostsolver::Clause |
( |
int | i | ) |
const |
|
inline |
◆ ExtractAndPostsolveSolution()
| std::vector< bool > operations_research::sat::SatPostsolver::ExtractAndPostsolveSolution |
( |
const SatSolver & | solver | ) |
|
◆ FixVariable()
| void operations_research::sat::SatPostsolver::FixVariable |
( |
Literal | x | ) |
|
◆ NumClauses()
| int operations_research::sat::SatPostsolver::NumClauses |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ PostsolveSolution()
| std::vector< bool > operations_research::sat::SatPostsolver::PostsolveSolution |
( |
const std::vector< bool > & | solution | ) |
|
The documentation for this class was generated from the following files: