MixedIntVarsRep Class Reference

The internal class that is used to manage the data for MixedIntVars objects. More...

#include <MixedIntVars.h>

List of all members.

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


Detailed Description

The internal class that is used to manage the data for MixedIntVars objects.


The documentation for this class was generated from the following file: