pyomo icon indicating copy to clipboard operation
pyomo copied to clipboard

Python interface to SCIP persistent solver

Open ghackebeil opened this issue 5 years ago • 5 comments

We should explore this for a persistent solver interface to SCIP:

https://github.com/SCIP-Interfaces/PySCIPOpt

ghackebeil avatar Feb 05 '19 17:02 ghackebeil

Hi! I am about to have a go at this, as I need to add lazy constraints to the SCIP backend. Just checking if anybody here has done some progress on this task already. Otherwise I was thinking in adapting gurobi direct/persistent solver modules. Any tips?

marcovc avatar Jun 13 '20 07:06 marcovc

@michaelbynum has been developing a new framework for the persistent interfaces (see the solver-rewrite branches on his and my forks). I would suggest coordinating with him and basing your work on his.

jsiirola avatar Jun 15 '20 17:06 jsiirola

Hi @jsiirola and @ghackebeil . Recently, I need to use SCIP in Pyomo and find this issue. Is there any progress with the SCIP interface or scip_persistent in Pyomo? Thanks.

ZedongPeng avatar Nov 25 '21 04:11 ZedongPeng

@ZedongPeng, to my knowledge, no one is actively working on this (although I agree it would be really nice to have).

jsiirola avatar Nov 26 '21 20:11 jsiirola

@ZedongPeng We are not actively working on a SCIP persistent interface, but we have plans to work on this over the winter.

whart222 avatar Nov 10 '22 14:11 whart222