You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to change Cplex package that i use in my problem with pulp in python. I did manage to change Cplex variables to pulp.LpVariable and constraints to pulp.LpConstraint, but was unable to do the same with objective function and callbacks.
Did anyone already tried to do the same or know how could this be done?
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, all!
I am trying to change Cplex package that i use in my problem with pulp in python. I did manage to change Cplex variables to pulp.LpVariable and constraints to pulp.LpConstraint, but was unable to do the same with objective function and callbacks.
Did anyone already tried to do the same or know how could this be done?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions