Originally posted by: JungS
Hello,
I am using Python to write a model and trying to convert MIP model to LP.
I simply thought I could change the variable type from " binary " to "continuous" and solve it.
But, CPLEX still recognize the model as MIP.
What else should I check to solve the model as lp ?
Or is there any way I can force the model to use LP?
If there is an error coming up after forcing to use LP, then I can find my mistake easier.
#CPLEXOptimizers#DecisionOptimization