#include <constraint_solveri.h>
Definition at line 941 of file constraint_solveri.h.
◆ LocalSearchOperatorState()
operations_research::LocalSearchOperatorState::LocalSearchOperatorState |
( |
| ) |
|
|
inline |
◆ CandidateIndicesChanged()
const std::vector< int64_t > & operations_research::LocalSearchOperatorState::CandidateIndicesChanged |
( |
| ) |
const |
|
inline |
◆ CandidateInverseValue()
int64_t operations_research::LocalSearchOperatorState::CandidateInverseValue |
( |
int64_t | value | ) |
const |
|
inline |
◆ CandidateIsActive()
bool operations_research::LocalSearchOperatorState::CandidateIsActive |
( |
int64_t | index | ) |
const |
|
inline |
◆ CandidateValue()
int64_t operations_research::LocalSearchOperatorState::CandidateValue |
( |
int64_t | index | ) |
const |
|
inline |
Returns the value in the current assignment of the variable of given index.
Definition at line 953 of file constraint_solveri.h.
◆ CheckPoint()
void operations_research::LocalSearchOperatorState::CheckPoint |
( |
| ) |
|
|
inline |
◆ CheckPointValue()
int64_t operations_research::LocalSearchOperatorState::CheckPointValue |
( |
int64_t | index | ) |
const |
|
inline |
◆ Commit()
void operations_research::LocalSearchOperatorState::Commit |
( |
| ) |
|
|
inline |
◆ CommittedInverseValue()
int64_t operations_research::LocalSearchOperatorState::CommittedInverseValue |
( |
int64_t | value | ) |
const |
|
inline |
◆ CommittedValue()
int64_t operations_research::LocalSearchOperatorState::CommittedValue |
( |
int64_t | index | ) |
const |
|
inline |
◆ IncrementalIndicesChanged()
const std::vector< int64_t > & operations_research::LocalSearchOperatorState::IncrementalIndicesChanged |
( |
| ) |
const |
|
inline |
◆ Resize()
void operations_research::LocalSearchOperatorState::Resize |
( |
int | size | ) |
|
|
inline |
◆ Revert()
void operations_research::LocalSearchOperatorState::Revert |
( |
bool | only_incremental | ) |
|
|
inline |
◆ SetCandidateActive()
void operations_research::LocalSearchOperatorState::SetCandidateActive |
( |
int64_t | index, |
|
|
bool | active ) |
|
inline |
◆ SetCandidateValue()
void operations_research::LocalSearchOperatorState::SetCandidateValue |
( |
int64_t | index, |
|
|
int64_t | value ) |
|
inline |
◆ SetCurrentDomainInjectiveAndKeepInverseValues()
void operations_research::LocalSearchOperatorState::SetCurrentDomainInjectiveAndKeepInverseValues |
( |
int | max_value | ) |
|
|
inline |
The documentation for this class was generated from the following file: