#include <BB.hpp>
Collaboration diagram for BB_prob:

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