Jonathan Berthias
Jonathan Berthias
That's great to read @Joao-Dionisio, thanks a lot for your support! I guess I'll try to break things down into small focused PRs so that it's easy to follow, though...
Here is a high-level task list: 1. complete the type annotations for all "easy" things (float, bool, int parameters and return types) 2. manage the enums (they aren't really enums,...
Thanks for the heads up @Joao-Dionisio! I'll probably just check again that all methods exist in the stubs since a lot of PRs have been merged recently, but other than...
As an alternative, the Gurobi interface returns the underlying model as part of the solution object. Then it is easy to retrieve all the available attributes, including the MIP gap....