I have met such a problem: When I use “GMP::SolverSession::SetOptionValue(SCUCSolver,"Polishing_relative_MIP_gap",0.0001)” to Set the Gap of a MIP Mathematical Program, the solver returns a solution with gap of 0.99% which is larger than 0.0001. I have also tried to use “option MIP_relative_optimality_tolerance” but it still didn’t work. How do I so this? Thank you
Page 1 / 1
Hi
option MIP_relative_optimality_tolerance := 0.0001;
Note that this statement should be called before you call GMP::Instance::Generate.
Reply
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.