#include <constraint_solver.h>
Definition at line 5045 of file constraint_solver.h.
◆ IntVarElement() [1/2]
operations_research::IntVarElement::IntVarElement |
( |
| ) |
|
◆ IntVarElement() [2/2]
operations_research::IntVarElement::IntVarElement |
( |
IntVar * | var | ) |
|
|
explicit |
◆ Bound()
bool operations_research::IntVarElement::Bound |
( |
| ) |
const |
|
inline |
◆ Clone()
◆ Copy()
void operations_research::IntVarElement::Copy |
( |
const IntVarElement & | element | ) |
|
◆ DebugString()
std::string operations_research::IntVarElement::DebugString |
( |
| ) |
const |
◆ LoadFromProto()
void operations_research::IntVarElement::LoadFromProto |
( |
const IntVarAssignment & | int_var_assignment_proto | ) |
|
◆ Max()
int64_t operations_research::IntVarElement::Max |
( |
| ) |
const |
|
inline |
◆ Min()
int64_t 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 |
If both elements are deactivated, then they are equal, regardless of their min and max.
Definition at line 77 of file assignment.cc.
◆ Reset()
void operations_research::IntVarElement::Reset |
( |
IntVar * | var | ) |
|
◆ Restore()
void operations_research::IntVarElement::Restore |
( |
| ) |
|
|
inline |
◆ SetMax()
void operations_research::IntVarElement::SetMax |
( |
int64_t | m | ) |
|
|
inline |
◆ SetMin()
void operations_research::IntVarElement::SetMin |
( |
int64_t | m | ) |
|
|
inline |
◆ SetRange()
void operations_research::IntVarElement::SetRange |
( |
int64_t | l, |
|
|
int64_t | u ) |
|
inline |
◆ SetValue()
void operations_research::IntVarElement::SetValue |
( |
int64_t | v | ) |
|
|
inline |
◆ Store()
void operations_research::IntVarElement::Store |
( |
| ) |
|
|
inline |
◆ Value()
int64_t 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 files: