BCP_lp_waiting_col Class Reference

#include <BCP_lp_pool.hpp>

Collaboration diagram for BCP_lp_waiting_col:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BCP_lp_waiting_col (BCP_var *var, BCP_col *col=0, double rc=0)
 ~BCP_lp_waiting_col ()
BCP_varvar ()
BCP_colcol ()
const BCP_varvar () const
const BCP_colcol () const
void clear_var ()
void delete_col ()
void set_col (BCP_col *&col)
double red_cost () const
void compute_red_cost (const BCP_lp_result &lpres)

Private Member Functions

 BCP_lp_waiting_col (const BCP_lp_waiting_col &)
BCP_lp_waiting_coloperator= (const BCP_lp_waiting_col &)

Private Attributes

BCP_var_var
BCP_col_col
double _red_cost

Detailed Description

Definition at line 78 of file BCP_lp_pool.hpp.


Constructor & Destructor Documentation

BCP_lp_waiting_col::BCP_lp_waiting_col ( const BCP_lp_waiting_col  )  [private]

BCP_lp_waiting_col::BCP_lp_waiting_col ( BCP_var var,
BCP_col col = 0,
double  rc = 0 
) [inline]

Definition at line 87 of file BCP_lp_pool.hpp.

BCP_lp_waiting_col::~BCP_lp_waiting_col (  )  [inline]

Definition at line 89 of file BCP_lp_pool.hpp.

References _col, and _var.


Member Function Documentation

BCP_lp_waiting_col& BCP_lp_waiting_col::operator= ( const BCP_lp_waiting_col  )  [private]

BCP_var* BCP_lp_waiting_col::var (  )  [inline]

Definition at line 94 of file BCP_lp_pool.hpp.

References _var.

BCP_col* BCP_lp_waiting_col::col (  )  [inline]

Definition at line 95 of file BCP_lp_pool.hpp.

References _col.

Referenced by set_col().

const BCP_var* BCP_lp_waiting_col::var (  )  const [inline]

Definition at line 96 of file BCP_lp_pool.hpp.

References _var.

const BCP_col* BCP_lp_waiting_col::col (  )  const [inline]

Definition at line 97 of file BCP_lp_pool.hpp.

References _col.

void BCP_lp_waiting_col::clear_var (  )  [inline]

Definition at line 99 of file BCP_lp_pool.hpp.

References _var.

void BCP_lp_waiting_col::delete_col (  )  [inline]

Definition at line 100 of file BCP_lp_pool.hpp.

References _col, and _red_cost.

void BCP_lp_waiting_col::set_col ( BCP_col *&  col  )  [inline]

Definition at line 101 of file BCP_lp_pool.hpp.

References _col, and col().

double BCP_lp_waiting_col::red_cost (  )  const [inline]

Definition at line 103 of file BCP_lp_pool.hpp.

References _red_cost.

void BCP_lp_waiting_col::compute_red_cost ( const BCP_lp_result lpres  ) 


Member Data Documentation

BCP_var* BCP_lp_waiting_col::_var [private]

Definition at line 83 of file BCP_lp_pool.hpp.

Referenced by clear_var(), var(), and ~BCP_lp_waiting_col().

BCP_col* BCP_lp_waiting_col::_col [private]

Definition at line 84 of file BCP_lp_pool.hpp.

Referenced by col(), delete_col(), set_col(), and ~BCP_lp_waiting_col().

double BCP_lp_waiting_col::_red_cost [private]

Definition at line 85 of file BCP_lp_pool.hpp.

Referenced by delete_col(), and red_cost().


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:12:15 2010 for Coin-All by  doxygen 1.4.7