Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ examples/ cpp/

operations_research::Bounds Member List

This is the complete list of members for operations_research::Bounds, including all inherited members.

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]
lboperations_research::Bounds
uboperations_research::Bounds
Union(int64 new_lb, int64 new_ub)operations_research::Bounds [inline]
Union(const Bounds &other)operations_research::Bounds [inline]