#include <BCP_lp_pool.hpp>


Public Member Functions | |
| BCP_lp_cut_pool () | |
| ~BCP_lp_cut_pool () | |
| bool | rows_are_valid () const |
| void | rows_are_valid (bool status) |
| void | compute_violations (const BCP_lp_result &lpres, BCP_lp_cut_pool::iterator first, BCP_lp_cut_pool::iterator last) |
| int | remove_nonviolated (const double etol) |
Private Member Functions | |
| BCP_lp_cut_pool (const BCP_lp_cut_pool &) | |
| BCP_lp_cut_pool & | operator= (const BCP_lp_cut_pool &) |
Copy the contents of x into the object and return a reference the the object itself. | |
Static Private Attributes | |
| static bool | _rows_are_valid |
Definition at line 47 of file BCP_lp_pool.hpp.
| BCP_lp_cut_pool::BCP_lp_cut_pool | ( | const BCP_lp_cut_pool & | ) | [private] |
| BCP_lp_cut_pool::BCP_lp_cut_pool | ( | ) | [inline] |
Definition at line 54 of file BCP_lp_pool.hpp.
| BCP_lp_cut_pool::~BCP_lp_cut_pool | ( | ) | [inline] |
Definition at line 55 of file BCP_lp_pool.hpp.
| BCP_lp_cut_pool& BCP_lp_cut_pool::operator= | ( | const BCP_lp_cut_pool & | x | ) | [private] |
Copy the contents of x into the object and return a reference the the object itself.
Reimplemented from BCP_vec< BCP_lp_waiting_row * >.
| bool BCP_lp_cut_pool::rows_are_valid | ( | ) | const [inline] |
Definition at line 59 of file BCP_lp_pool.hpp.
| void BCP_lp_cut_pool::rows_are_valid | ( | bool | status | ) | [inline] |
Definition at line 60 of file BCP_lp_pool.hpp.
| void BCP_lp_cut_pool::compute_violations | ( | const BCP_lp_result & | lpres, | |
| BCP_lp_cut_pool::iterator | first, | |||
| BCP_lp_cut_pool::iterator | last | |||
| ) | [inline] |
Definition at line 62 of file BCP_lp_pool.hpp.
| int BCP_lp_cut_pool::remove_nonviolated | ( | const double | etol | ) |
bool BCP_lp_cut_pool::_rows_are_valid [static, private] |
Definition at line 49 of file BCP_lp_pool.hpp.
1.6.1