|
coin-Bcp
|
#include <CSP_colgen.hpp>

Public Member Functions | |
| CSP_subProblem () | |
| ~CSP_subProblem () | |
| CSP_subProblem (const CSP_subProblem &) | |
| CSP_subProblem & | operator= (const CSP_subProblem &) |
Public Attributes | |
| const CSPROBLEM * | csproblem |
| UserData * | user |
| double | perturb_factor |
| int | perturb_num |
| int | nBaseRows |
| int * | numBits |
| int | maxNumBits |
| double * | lowerBounds |
| double * | upperBounds |
| int | numCols |
| OsiClpSolverInterface | solver |
Definition at line 13 of file CSP_colgen.hpp.
|
inline |
Definition at line 47 of file CSP_colgen.hpp.
|
inline |
Definition at line 50 of file CSP_colgen.hpp.
References lowerBounds, numBits, and upperBounds.
| CSP_subProblem::CSP_subProblem | ( | const CSP_subProblem & | ) |
| CSP_subProblem& CSP_subProblem::operator= | ( | const CSP_subProblem & | ) |
| const CSPROBLEM* CSP_subProblem::csproblem |
Definition at line 16 of file CSP_colgen.hpp.
| UserData* CSP_subProblem::user |
Definition at line 17 of file CSP_colgen.hpp.
| double CSP_subProblem::perturb_factor |
Definition at line 19 of file CSP_colgen.hpp.
| int CSP_subProblem::perturb_num |
Definition at line 20 of file CSP_colgen.hpp.
| int CSP_subProblem::nBaseRows |
Definition at line 23 of file CSP_colgen.hpp.
| int* CSP_subProblem::numBits |
Definition at line 29 of file CSP_colgen.hpp.
Referenced by ~CSP_subProblem().
| int CSP_subProblem::maxNumBits |
Definition at line 32 of file CSP_colgen.hpp.
| double* CSP_subProblem::lowerBounds |
Definition at line 38 of file CSP_colgen.hpp.
Referenced by ~CSP_subProblem().
| double* CSP_subProblem::upperBounds |
Definition at line 39 of file CSP_colgen.hpp.
Referenced by ~CSP_subProblem().
| int CSP_subProblem::numCols |
Definition at line 42 of file CSP_colgen.hpp.
| OsiClpSolverInterface CSP_subProblem::solver |
Definition at line 44 of file CSP_colgen.hpp.
1.8.5