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
            
            
          Found solution in another thread: Query root relaxation values with JuMP - #2 by odow
              
              
              3 Likes