#include <KnapTreeNode.h>
Definition at line 36 of file KnapTreeNode.h.
◆ KnapNodeDesc() [1/2]
◆ KnapNodeDesc() [2/2]
◆ ~KnapNodeDesc()
virtual KnapNodeDesc::~KnapNodeDesc |
( |
| ) |
|
|
inlinevirtual |
◆ setVarStatus()
void KnapNodeDesc::setVarStatus |
( |
const int | i, |
|
|
const KnapVarStatus | status ) |
|
inline |
◆ getVarStatus()
◆ getVarStati()
◆ getUsedCapacity()
int KnapNodeDesc::getUsedCapacity |
( |
| ) |
const |
|
inline |
◆ getUsedValue()
int KnapNodeDesc::getUsedValue |
( |
| ) |
const |
|
inline |
◆ varStatus_
This array keeps track of which variables have been fixed by branching and which are still free.
Definition at line 50 of file KnapTreeNode.h.
◆ usedCapacity_
int KnapNodeDesc::usedCapacity_ |
|
private |
The total size of the items fixed to be put into the knapsack.
Definition at line 53 of file KnapTreeNode.h.
◆ usedValue_
int KnapNodeDesc::usedValue_ |
|
private |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/coin-or-Alps-1.5.12-build/CHiPPS-ALPS-releases-1.5.12/Alps/examples/Knap/KnapTreeNode.h