Originally posted by: NRYSTR
Hello , I read Mulprod_Main example
There is line
dataElements.GetElement("Capacity").AsNumMap().Set("flour", capFlour);
it set Capacity. I think , Capacity is an array.
But NbPeriods is simple integer variable.
I want set to NbPeriods's value before model solved.
and then I will set NbPeriods then I will solve model.
Can you give me and assignment statement sample?
#DecisionOptimization#OPLusingCPLEXOptimizer