Originally posted by: Didier Vidal
Kris,
I suppose that the line gas=... is in your date file.
According to your data description, it should be an array of tuples. The syntax would be like that:
gas = [<1,2,3,4>, <5,6,7,8>];
Hope this helps,
Didier.
#ConstraintProgramming-General#DecisionOptimization