#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.
| CSP_subProblem::CSP_subProblem | ( | ) | [inline] |
Definition at line 47 of file CSP_colgen.hpp.
| CSP_subProblem::~CSP_subProblem | ( | ) | [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 & | ) |
Definition at line 16 of file CSP_colgen.hpp.
Definition at line 17 of file CSP_colgen.hpp.
Definition at line 19 of file CSP_colgen.hpp.
Definition at line 20 of file CSP_colgen.hpp.
Definition at line 23 of file CSP_colgen.hpp.
Definition at line 29 of file CSP_colgen.hpp.
Referenced by ~CSP_subProblem().
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().
Definition at line 42 of file CSP_colgen.hpp.
Definition at line 44 of file CSP_colgen.hpp.
1.6.1