Michael Bynum
Michael Bynum
Great suggestion @mkoeppe. I'll add a `pyproject.toml` shortly. I also need to list NumPy as a dependency...
I could not find highspy on PyPI. I know pip install works locally, but is it on PyPI yet? If so, could anyone share a link? @l-kotzur, yes - having...
Thanks!
I agree with @jsiirola . I have seen many "constants" with units that are meaningless - they are just for unit consistency.
Yes, warm starts will be supported. This already happens automatically with the Appsi-Gurobi interface, but I have not had a chance to work on it for other interfaces. The current...
@ZedongPeng What do you need access to these private attributes for? If these are needed, perhaps we can make a public API.
The appsi interface to Gurobi already has and API defined for callbacks: https://github.com/Pyomo/pyomo/blob/aaed8923564d0198725c3e02fd56ccdcf4fd955a/pyomo/contrib/appsi/solvers/gurobi.py#L1136 and solution pools: https://github.com/Pyomo/pyomo/blob/aaed8923564d0198725c3e02fd56ccdcf4fd955a/pyomo/contrib/appsi/solvers/gurobi.py#L69 I need to get these documented better. The older persistent interface has something...
This will work if you use `save_results=False` in the call to `solve`.
@ruaridhw It looks like the changes in #1300 are also included in this PR. However, the changes to the direct interface do not depend on the changes in #1300. If...
@ruaridhw Thanks. I will review these PRs early next week.