Originally posted by: pareto
Hello Everybody,
Maybe it is quite easy but I havent seen any example to give tuples as warmstart in OPL. For example; I have a Arc of tuple like:
tuple Arc {
int start;
int end;
int time;
};
{Arc} Arcs = {<i,j,q> | .... }
And as the warmstart I would like to assign <1, 15, 3> ... <1, 20, 3> variables to 1. But I dont know how to define and in which order it will read the data.
Could you please help me with the topic?
#DecisionOptimization#OPLusingCPLEXOptimizer