Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
Bounds() | operations_research::Bounds | [inline] |
Bounds(int64 l, int64 u) | operations_research::Bounds | [inline] |
Intersect(int64 new_lb, int64 new_ub) | operations_research::Bounds | [inline] |
Intersect(const Bounds &other) | operations_research::Bounds | [inline] |
IsEqual(const Bounds &other) | operations_research::Bounds | [inline] |
IsIncluded(const Bounds &other) | operations_research::Bounds | [inline] |
lb | operations_research::Bounds | |
ub | operations_research::Bounds | |
Union(int64 new_lb, int64 new_ub) | operations_research::Bounds | [inline] |
Union(const Bounds &other) | operations_research::Bounds | [inline] |