What is the best way to get the LP relaxation of a MIP? Should I call relax_integrality() and optimize, or is there a better way?
1 Like
What is the best way to get the LP relaxation of a MIP? Should I call relax_integrality() and optimize, or is there a better way?