| Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
Public Member Functions | |
| Bounds () | |
| Bounds (int64 l, int64 u) | |
| void | Intersect (int64 new_lb, int64 new_ub) |
| void | Intersect (const Bounds &other) |
| void | Union (int64 new_lb, int64 new_ub) |
| void | Union (const Bounds &other) |
| bool | IsEqual (const Bounds &other) |
| bool | IsIncluded (const Bounds &other) |
Public Attributes | |
| int64 | lb |
| int64 | ub |
Definition at line 51 of file global_arith.cc.
| operations_research::Bounds::Bounds | ( | ) | [inline] |
Definition at line 52 of file global_arith.cc.
| operations_research::Bounds::Bounds | ( | int64 | l, | |
| int64 | u | |||
| ) | [inline] |
Definition at line 53 of file global_arith.cc.
| void operations_research::Bounds::Intersect | ( | int64 | new_lb, | |
| int64 | new_ub | |||
| ) | [inline] |
Definition at line 55 of file global_arith.cc.
| void operations_research::Bounds::Intersect | ( | const Bounds & | other | ) | [inline] |
Definition at line 60 of file global_arith.cc.
| void operations_research::Bounds::Union | ( | int64 | new_lb, | |
| int64 | new_ub | |||
| ) | [inline] |
Definition at line 64 of file global_arith.cc.
| void operations_research::Bounds::Union | ( | const Bounds & | other | ) | [inline] |
Definition at line 69 of file global_arith.cc.
| bool operations_research::Bounds::IsEqual | ( | const Bounds & | other | ) | [inline] |
Definition at line 73 of file global_arith.cc.
| bool operations_research::Bounds::IsIncluded | ( | const Bounds & | other | ) | [inline] |
Definition at line 77 of file global_arith.cc.
Definition at line 81 of file global_arith.cc.
Definition at line 82 of file global_arith.cc.