Originally posted by: SystemAdmin
[shadi said:]
hi,
in my opl i have the following declaration:
[b]dvar int tripSeq[tripRng] in Trips;[/b]
when i use the next command from my c# code, it give me the same the same sequence of trips (tripSeq),
[b]while (oplCPWithoutPreprocess.CP.Next())
{
ILOG.Concert.IIntMap MytripSeqArray=oplCPWithoutPreprocess.GetElement("tripSeq").AsIntMap();
...........................
}[/b]
how i can get each Next() the new tripSeq??
maybe i have to use another datatype than ILOG.Concert.IIntMap???
thank you
Kshieboun Shadi
#ConstraintProgramming-General#DecisionOptimization