funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

[task] change return type of `Solver.solve` #26

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

Had discussed with @funkey the possibility of changing the return type of Solver.solve from a tuple (solution, string) to just a solution. The solution object (or the Solver) could capture the string message