#include <AbcNodeDesc.h>
Definition at line 48 of file AbcNodeDesc.h.
AbcNodeDesc::AbcNodeDesc |
( |
| ) |
|
|
inline |
AbcNodeDesc::AbcNodeDesc |
( |
AbcModel * |
m | ) |
|
|
inline |
AbcNodeDesc::AbcNodeDesc |
( |
AbcModel * |
m, |
|
|
const double * |
lb, |
|
|
const double * |
ub |
|
) |
| |
|
inline |
virtual AbcNodeDesc::~AbcNodeDesc |
( |
| ) |
|
|
inlinevirtual |
double* AbcNodeDesc::lowerBounds |
( |
| ) |
|
|
inline |
void AbcNodeDesc::setLowerBounds |
( |
const double * |
lb, |
|
|
const int |
size |
|
) |
| |
|
inline |
void AbcNodeDesc::setLowerBound |
( |
const int |
index, |
|
|
const double |
lb |
|
) |
| |
|
inline |
double* AbcNodeDesc::upperBounds |
( |
| ) |
|
|
inline |
void AbcNodeDesc::setUpperBounds |
( |
const double * |
ub, |
|
|
const int |
size |
|
) |
| |
|
inline |
void AbcNodeDesc::setUpperBound |
( |
const int |
index, |
|
|
const double |
ub |
|
) |
| |
|
inline |
void AbcNodeDesc::setBranchedOn |
( |
int |
b | ) |
|
|
inline |
void AbcNodeDesc::setBranchedDir |
( |
int |
d | ) |
|
|
inline |
void AbcNodeDesc::setBranchedOnValue |
( |
double |
b | ) |
|
|
inline |
int AbcNodeDesc::getBranchedOn |
( |
| ) |
const |
|
inline |
int AbcNodeDesc::getBranchedDir |
( |
| ) |
const |
|
inline |
double AbcNodeDesc::getBranchedOnValue |
( |
| ) |
const |
|
inline |
double* AbcNodeDesc::lowerBounds_ |
|
private |
double* AbcNodeDesc::upperBounds_ |
|
private |
int AbcNodeDesc::numberRows_ |
|
private |
Number of rows in problem (before these cuts).
This means that for top of chain it must be rows at continuous
Definition at line 65 of file AbcNodeDesc.h.
int AbcNodeDesc::numberCols_ |
|
private |
int AbcNodeDesc::branchedOn_ |
|
private |
The index of the branching variable.
Definition at line 70 of file AbcNodeDesc.h.
double AbcNodeDesc::branchedOnVal_ |
|
private |
The solution value (non-integral) of the branching variable.
Definition at line 73 of file AbcNodeDesc.h.
int AbcNodeDesc::branchedDir_ |
|
private |
The documentation for this class was generated from the following file:
- /home/coin/svn-release/Blis-0.94.3/Alps/examples/Abc/AbcNodeDesc.h