Class holding data for describing the problem.
More...
#include <BB.hpp>
Class holding data for describing the problem.
Definition at line 21 of file BB.hpp.
BB_prob::BB_prob |
( |
const BB_prob & |
| ) |
|
|
private |
Default constructor.
Definition at line 8 of file BB.cpp.
Default destructor.
Definition at line 16 of file BB.cpp.
Numerical precision for double arithmetic.
Definition at line 29 of file BB.hpp.
Number of rows in the input file.
Definition at line 32 of file BB.hpp.
Number of columns in the input file.
Definition at line 35 of file BB.hpp.
Integrality information for structural variables.
Definition at line 40 of file BB.hpp.
Lower bounds for structural variables.
Definition at line 43 of file BB.hpp.
Upper bounds for stuctural variables.
Definition at line 46 of file BB.hpp.
double* BB_prob::rlb_core |
Lower bounds for core constraints.
Definition at line 55 of file BB.hpp.
double* BB_prob::rub_core |
Upper bounds for core constraints.
Definition at line 58 of file BB.hpp.
double* BB_prob::rlb_indexed |
Lower bounds for indexed constraints.
Definition at line 61 of file BB.hpp.
double* BB_prob::rub_indexed |
Upper bounds for indexed constraints.
Definition at line 64 of file BB.hpp.
CoinPackedMatrix* BB_prob::core |
Holds the coefficients of the core rows.
Definition at line 67 of file BB.hpp.
CoinPackedMatrix* BB_prob::indexed |
Lower bounds for core constraints.
Definition at line 70 of file BB.hpp.
The documentation for this class was generated from the following files:
- /tmp/OS-2.10.2/Bcp/examples/BAC/include/BB.hpp
- /tmp/OS-2.10.2/Bcp/examples/BAC/Member/BB.cpp