Definition at line 636 of file feasibility_jump.h.
#include <feasibility_jump.h>
◆ CompoundMoveBuilder()
| operations_research::sat::CompoundMoveBuilder::CompoundMoveBuilder |
( |
int | num_variables | ) |
|
|
inlineexplicit |
◆ Backtrack()
| bool operations_research::sat::CompoundMoveBuilder::Backtrack |
( |
int * | var, |
|
|
int64_t * | value, |
|
|
double * | score ) |
◆ BestChildScore()
| double operations_research::sat::CompoundMoveBuilder::BestChildScore |
( |
| ) |
const |
|
inline |
◆ Clear()
| void operations_research::sat::CompoundMoveBuilder::Clear |
( |
| ) |
|
◆ Discrepancy()
| int operations_research::sat::CompoundMoveBuilder::Discrepancy |
( |
| ) |
const |
|
inline |
◆ OnStack()
| bool operations_research::sat::CompoundMoveBuilder::OnStack |
( |
int | var | ) |
const |
◆ Push()
| void operations_research::sat::CompoundMoveBuilder::Push |
( |
int | var, |
|
|
int64_t | prev_value, |
|
|
double | score ) |
◆ Score()
| double operations_research::sat::CompoundMoveBuilder::Score |
( |
| ) |
const |
|
inline |
◆ Size()
| int operations_research::sat::CompoundMoveBuilder::Size |
( |
| ) |
const |
|
inline |
◆ StackValuesInDomains()
| bool operations_research::sat::CompoundMoveBuilder::StackValuesInDomains |
( |
absl::Span< const Domain > | var_domains | ) |
const |
The documentation for this class was generated from the following files: