Definition at line 4547 of file constraint_solver.h.
◆ IntVarElement() [1/2]
| operations_research::IntVarElement::IntVarElement |
( |
| ) |
|
◆ IntVarElement() [2/2]
| operations_research::IntVarElement::IntVarElement |
( |
IntVar *const |
var | ) |
|
|
explicit |
◆ Activate()
| void operations_research::AssignmentElement::Activate |
( |
| ) |
|
|
inlineinherited |
◆ Activated()
| bool operations_research::AssignmentElement::Activated |
( |
| ) |
const |
|
inlineinherited |
◆ Bound()
| bool operations_research::IntVarElement::Bound |
( |
| ) |
const |
|
inline |
◆ Clone()
◆ Copy()
| void operations_research::IntVarElement::Copy |
( |
const IntVarElement & |
element | ) |
|
◆ Deactivate()
| void operations_research::AssignmentElement::Deactivate |
( |
| ) |
|
|
inlineinherited |
◆ DebugString()
| std::string operations_research::IntVarElement::DebugString |
( |
| ) |
const |
◆ LoadFromProto()
| void operations_research::IntVarElement::LoadFromProto |
( |
const IntVarAssignment & |
int_var_assignment_proto | ) |
|
◆ Max()
| int64 operations_research::IntVarElement::Max |
( |
| ) |
const |
|
inline |
◆ Min()
| int64 operations_research::IntVarElement::Min |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool operations_research::IntVarElement::operator!= |
( |
const IntVarElement & |
element | ) |
const |
|
inline |
◆ operator==()
| bool operations_research::IntVarElement::operator== |
( |
const IntVarElement & |
element | ) |
const |
◆ Reset()
| void operations_research::IntVarElement::Reset |
( |
IntVar *const |
var | ) |
|
◆ Restore()
| void operations_research::IntVarElement::Restore |
( |
| ) |
|
|
inline |
◆ SetMax()
| void operations_research::IntVarElement::SetMax |
( |
int64 |
m | ) |
|
|
inline |
◆ SetMin()
| void operations_research::IntVarElement::SetMin |
( |
int64 |
m | ) |
|
|
inline |
◆ SetRange()
| void operations_research::IntVarElement::SetRange |
( |
int64 |
l, |
|
|
int64 |
u |
|
) |
| |
|
inline |
◆ SetValue()
| void operations_research::IntVarElement::SetValue |
( |
int64 |
v | ) |
|
|
inline |
◆ Store()
| void operations_research::IntVarElement::Store |
( |
| ) |
|
|
inline |
◆ Value()
| int64 operations_research::IntVarElement::Value |
( |
| ) |
const |
|
inline |
◆ Var()
| IntVar* operations_research::IntVarElement::Var |
( |
| ) |
const |
|
inline |
◆ WriteToProto()
| void operations_research::IntVarElement::WriteToProto |
( |
IntVarAssignment * |
int_var_assignment_proto | ) |
const |
The documentation for this class was generated from the following file: