MixedIntVars objects.
More...
#include <MixedIntVars.h>
Protected Methods | |
| MixedIntVarsRep (int nBinVars=0, int nIntVars=0, int nDblVars=0) | |
| Constructor, which can be used to specify the number of different groups of variables. | |
Protected Attributes | |
| int | ref |
Number of MixedIntVars objects that are referencing this instance. | |
| EnumDataOwned | own |
| The ownership category. | |
| int | NumBinaryVars |
| The number of binary variables. | |
| int | NumIntegerVars |
| The total number of integer variables. | |
| int | NumVars |
| The total number of variables. | |
| BitArray | bitVars |
| The array used to store the binary variables. | |
| IntVector | gintVars |
| The array used to store the general integer variables. | |
| DoubleVector | doubleVars |
| The array used to store the real variables. | |
Friends | |
| class | MixedIntVars |
MixedIntVars objects.