Definition at line 48 of file probing.h.
#include <probing.h>
◆ DnfType
| Enumerator |
|---|
| kAtLeastOne | |
| kAtLeastOneOrZero | |
| kAtLeastOneCombination | |
Definition at line 98 of file probing.h.
◆ Prober()
| operations_research::sat::Prober::Prober |
( |
Model * | model | ) |
|
|
explicit |
◆ ~Prober()
| operations_research::sat::Prober::~Prober |
( |
| ) |
|
◆ num_decisions()
| int operations_research::sat::Prober::num_decisions |
( |
| ) |
const |
|
inline |
◆ num_new_binary_clauses()
| int operations_research::sat::Prober::num_new_binary_clauses |
( |
| ) |
const |
|
inline |
◆ num_new_literals_fixed()
| int operations_research::sat::Prober::num_new_literals_fixed |
( |
| ) |
const |
|
inline |
◆ ProbeBooleanVariables() [1/2]
| bool operations_research::sat::Prober::ProbeBooleanVariables |
( |
double | deterministic_time_limit | ) |
|
◆ ProbeBooleanVariables() [2/2]
| bool operations_research::sat::Prober::ProbeBooleanVariables |
( |
double | deterministic_time_limit, |
|
|
absl::Span< const BooleanVariable > | bool_vars ) |
◆ ProbeDnf()
| bool operations_research::sat::Prober::ProbeDnf |
( |
absl::string_view | name, |
|
|
absl::Span< const std::vector< Literal > > | dnf, |
|
|
DnfType | type, |
|
|
const SatClause * | dnf_clause = nullptr ) |
◆ ProbeOneVariable()
| bool operations_research::sat::Prober::ProbeOneVariable |
( |
BooleanVariable | b | ) |
|
◆ SetPropagationCallback()
| void operations_research::sat::Prober::SetPropagationCallback |
( |
std::function< void(Literal decision)> | f | ) |
|
|
inline |
The documentation for this class was generated from the following files: