|
coin-Bcp
|
Class holding data for describing the problem. More...
#include <BB.hpp>

Public Member Functions | |
Constructors and destructors | |
| BB_prob () | |
| Default constructor. More... | |
| ~BB_prob () | |
| Default destructor. More... | |
Public Attributes | |
| double | EPSILON |
| Numerical precision for double arithmetic. More... | |
| int | rownum |
| Number of rows in the input file. More... | |
| int | colnum |
| Number of columns in the input file. More... | |
Column informations | |
| bool * | integer |
| Integrality information for structural variables. More... | |
| double * | clb |
| Lower bounds for structural variables. More... | |
| double * | cub |
| Upper bounds for stuctural variables. More... | |
| double * | obj |
| Objective coefficients. More... | |
Row informations | |
| double * | rlb_core |
| Lower bounds for core constraints. More... | |
| double * | rub_core |
| Upper bounds for core constraints. More... | |
| double * | rlb_indexed |
| Lower bounds for indexed constraints. More... | |
| double * | rub_indexed |
| Upper bounds for indexed constraints. More... | |
| CoinPackedMatrix * | core |
| Holds the coefficients of the core rows. More... | |
| CoinPackedMatrix * | indexed |
| Lower bounds for core constraints. More... | |
Private Member Functions | |
| BB_prob (const BB_prob &) | |
| BB_prob & | operator= (const BB_prob &) |
|
private |
| BB_prob::BB_prob | ( | ) |
Default constructor.
| BB_prob::~BB_prob | ( | ) |
Default destructor.
| double BB_prob::EPSILON |
| bool* BB_prob::integer |
| double* BB_prob::rlb_indexed |
| double* BB_prob::rub_indexed |
| CoinPackedMatrix* BB_prob::core |
| CoinPackedMatrix* BB_prob::indexed |
1.8.5