This class implements an array of KIntVar with enumerated (finite) domains
Example :
KProblem p(...); // T is an array of KIntVar T0 T1 T2 T3 T4 with domain [0..10] KIntVarArray T(p,5,0,10,"T");
KIntVar
2016.1
Public Functions
default constructor
This constructor allows to build an array of variables with the same bounds.