scipopt / JSCIPOpt

Java interface for the SCIP Optimization Suite
MIT License
62 stars 35 forks source link

any method for get the best solution gap? if solved with time limit. #19

Closed zhengdi1992 closed 4 years ago

mueldgog commented 4 years ago

I have added a function getGap() that returns the final gap. Please note that it is possible that you extend the interface and to use a pull request to extend JSCIPOpt.