coin-Bcp
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BCP_lp_waiting_row Class Reference

#include <BCP_lp_pool.hpp>

Collaboration diagram for BCP_lp_waiting_row:
Collaboration graph
[legend]

Public Member Functions

 BCP_lp_waiting_row (BCP_cut *cut, BCP_row *row=0, double viol=-1)
 
 ~BCP_lp_waiting_row ()
 
BCP_cutcut ()
 
BCP_rowrow ()
 
const BCP_cutcut () const
 
const BCP_rowrow () const
 
void clear_cut ()
 
void delete_row ()
 
void set_row (BCP_row *&row)
 
double violation () const
 
void set_violation (double v)
 
void compute_violation (const BCP_lp_result &lpres)
 

Private Member Functions

 BCP_lp_waiting_row (const BCP_lp_waiting_row &)
 
BCP_lp_waiting_rowoperator= (const BCP_lp_waiting_row &)
 

Private Attributes

BCP_cut_cut
 
BCP_row_row
 
double _violation
 

Detailed Description

Definition at line 15 of file BCP_lp_pool.hpp.

Constructor & Destructor Documentation

BCP_lp_waiting_row::BCP_lp_waiting_row ( const BCP_lp_waiting_row )
private
BCP_lp_waiting_row::BCP_lp_waiting_row ( BCP_cut cut,
BCP_row row = 0,
double  viol = -1 
)
inline

Definition at line 24 of file BCP_lp_pool.hpp.

BCP_lp_waiting_row::~BCP_lp_waiting_row ( )
inline

Definition at line 26 of file BCP_lp_pool.hpp.

References _cut, and _row.

Member Function Documentation

BCP_lp_waiting_row& BCP_lp_waiting_row::operator= ( const BCP_lp_waiting_row )
private
BCP_cut* BCP_lp_waiting_row::cut ( )
inline

Definition at line 31 of file BCP_lp_pool.hpp.

References _cut.

BCP_row* BCP_lp_waiting_row::row ( )
inline

Definition at line 32 of file BCP_lp_pool.hpp.

References _row.

Referenced by set_row().

const BCP_cut* BCP_lp_waiting_row::cut ( ) const
inline

Definition at line 33 of file BCP_lp_pool.hpp.

References _cut.

const BCP_row* BCP_lp_waiting_row::row ( ) const
inline

Definition at line 34 of file BCP_lp_pool.hpp.

References _row.

void BCP_lp_waiting_row::clear_cut ( )
inline

Definition at line 36 of file BCP_lp_pool.hpp.

References _cut.

void BCP_lp_waiting_row::delete_row ( )
inline

Definition at line 37 of file BCP_lp_pool.hpp.

References _row, and _violation.

void BCP_lp_waiting_row::set_row ( BCP_row *&  row)
inline

Definition at line 38 of file BCP_lp_pool.hpp.

References _row, and row().

double BCP_lp_waiting_row::violation ( ) const
inline

Definition at line 40 of file BCP_lp_pool.hpp.

References _violation.

void BCP_lp_waiting_row::set_violation ( double  v)
inline

Definition at line 41 of file BCP_lp_pool.hpp.

References _violation.

void BCP_lp_waiting_row::compute_violation ( const BCP_lp_result lpres)

Member Data Documentation

BCP_cut* BCP_lp_waiting_row::_cut
private

Definition at line 20 of file BCP_lp_pool.hpp.

Referenced by clear_cut(), cut(), and ~BCP_lp_waiting_row().

BCP_row* BCP_lp_waiting_row::_row
private

Definition at line 21 of file BCP_lp_pool.hpp.

Referenced by delete_row(), row(), set_row(), and ~BCP_lp_waiting_row().

double BCP_lp_waiting_row::_violation
private

Definition at line 22 of file BCP_lp_pool.hpp.

Referenced by delete_row(), set_violation(), and violation().


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