Originally posted by: felycite28
I tried this way but I get an error for "f" because I solve the problem
like
model=model.Cplex()
I have contraints here
model.add linear constraints ()
...........
...........
...........
model.solve ()
In this case I want to write the solution values of x variables. When I do in the manner you proposed , I get an error for "f".
How can I modify it according to my case ?
#DecisionOptimization#OPLusingCPLEXOptimizer