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

operations_research::Bounds Struct Reference

Bounds. More...

List of all members.

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


Detailed Description

Bounds.

Definition at line 51 of file global_arith.cc.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 81 of file global_arith.cc.

Definition at line 82 of file global_arith.cc.


The documentation for this struct was generated from the following file: