Mark Turner

Results 40 comments of Mark Turner

Two open questions left for this pull request: - Is the current standard usage of persistent solving through the APPSI? If so then I should consider adding that. - I...

@mrmundt Thanks for the fast reply! 1. After having a glance at `pyomo.contrib.solver`, it seems to overlap pretty heavily with the direct interfaces in `pyomo.solvers.plugins`. So that should save on...

I have now added: - Some automatic documentation for SCIPPersistent similar to other solver interfaces - The `pip` instructions to the `.github/workflows`. (I avoided `conda` because I'm not familiar with...

@mrmundt Black should be run and all the issues responded to.

@mrmundt TIL there are auto-linters that double as spell checkers. (I'll fix the spelling errors that come up each time the test fails. If it's just the two errors then...

@mrmundt I can imagine (would probably be guilty of griping even if makes sense) For the currently failing runs: I've added a fix that should work, but I will ask...

Support for partial solution loading is now added. The failed tests are now passing locally too.

@mrmundt I am completely unsure on the protocol here. I've never done a merge request where I was not a member of the repository. The failed test now passes locally,...

@mrmundt This will take awhile. - I fixed the current issue (I was accessing the transformed problem after solving and the pyomo map was failing + SOS and nonlinear constraints...

@mrmundt After talking to some colleagues we decided to not support reduced cost and dual values. They are simply too difficult to access for SCIP in a context that people...