Originally posted by: sandeepsinghchauhan
I have a model in which I maximize Cost. It contains one constraint supply which values present as a scalar value 500.
// supply constraint
Input <= supply;
Now, the supply present in a vector supply = [500,300,6000]; So, with each value of supply i want the value of cost. How can i solve this in opl.
Please help
#DecisionOptimization#OPLusingCPLEXOptimizer