Originally posted by: qtbgo
thank you very much. it works.
I want to initialize A in .dat file, and the values doesn't depend on i, Could you give correct format to initialize A in dat file? thanks.
in mod:
{
int
} A[i in 1..2] = ...;
in dat:
A = ?;
#DecisionOptimization#OPLusingCPOptimizer