Definition at line 57 of file feasibility_jump.h.
#include <feasibility_jump.h>
◆ JumpTable()
| operations_research::sat::JumpTable::JumpTable |
( |
| ) |
|
|
default |
◆ Deltas()
| absl::Span< const int64_t > operations_research::sat::JumpTable::Deltas |
( |
| ) |
const |
|
inline |
◆ GetJump()
| std::pair< int64_t, double > operations_research::sat::JumpTable::GetJump |
( |
int | var | ) |
|
◆ JumpIsUpToDate()
| bool operations_research::sat::JumpTable::JumpIsUpToDate |
( |
int | var | ) |
const |
◆ MutableScores()
| absl::Span< double > operations_research::sat::JumpTable::MutableScores |
( |
| ) |
|
|
inline |
◆ NeedRecomputation()
| bool operations_research::sat::JumpTable::NeedRecomputation |
( |
int | var | ) |
const |
|
inline |
◆ Recompute()
| void operations_research::sat::JumpTable::Recompute |
( |
int | var | ) |
|
◆ RecomputeAll()
| void operations_research::sat::JumpTable::RecomputeAll |
( |
int | num_variables | ) |
|
◆ Score()
| double operations_research::sat::JumpTable::Score |
( |
int | var | ) |
const |
|
inline |
◆ Scores()
| absl::Span< const double > operations_research::sat::JumpTable::Scores |
( |
| ) |
const |
|
inline |
◆ SetComputeFunction()
| void operations_research::sat::JumpTable::SetComputeFunction |
( |
absl::AnyInvocable< std::pair< int64_t, double >(int) const > | compute_jump | ) |
|
◆ SetJump()
| void operations_research::sat::JumpTable::SetJump |
( |
int | var, |
|
|
int64_t | delta, |
|
|
double | score ) |
The documentation for this class was generated from the following files: