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

operations_research::BoundsStore Class Reference

BoundsStore. More...

List of all members.

Public Member Functions

 BoundsStore (vector< Bounds > *initial_bounds)
void SetRange (int var_index, int64 lb, int64 ub)
void Clear ()
const hash_map< int, Bounds > & modified_bounds () const
vector< Bounds > * initial_bounds () const
void Apply ()


Detailed Description

BoundsStore.

Definition at line 87 of file global_arith.cc.


Constructor & Destructor Documentation

operations_research::BoundsStore::BoundsStore ( vector< Bounds > *  initial_bounds  )  [inline]

Definition at line 89 of file global_arith.cc.


Member Function Documentation

void operations_research::BoundsStore::SetRange ( int  var_index,
int64  lb,
int64  ub 
) [inline]

Definition at line 92 of file global_arith.cc.

void operations_research::BoundsStore::Clear (  )  [inline]

Definition at line 106 of file global_arith.cc.

const hash_map<int, Bounds>& operations_research::BoundsStore::modified_bounds (  )  const [inline]

Definition at line 110 of file global_arith.cc.

vector<Bounds>* operations_research::BoundsStore::initial_bounds (  )  const [inline]

Definition at line 114 of file global_arith.cc.

void operations_research::BoundsStore::Apply (  )  [inline]

Definition at line 116 of file global_arith.cc.


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