Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::JumpTable Member List

This is the complete list of members for operations_research::sat::JumpTable, including all inherited members.

Deltas() constoperations_research::sat::JumpTableinline
GetJump(int var)operations_research::sat::JumpTable
JumpIsUpToDate(int var) constoperations_research::sat::JumpTable
JumpTable()=defaultoperations_research::sat::JumpTable
MutableScores()operations_research::sat::JumpTableinline
NeedRecomputation(int var) constoperations_research::sat::JumpTableinline
Recompute(int var)operations_research::sat::JumpTable
RecomputeAll(int num_variables)operations_research::sat::JumpTable
Score(int var) constoperations_research::sat::JumpTableinline
Scores() constoperations_research::sat::JumpTableinline
SetComputeFunction(absl::AnyInvocable< std::pair< int64_t, double >(int) const > compute_jump)operations_research::sat::JumpTable
SetJump(int var, int64_t delta, double score)operations_research::sat::JumpTable