Pyomo / pyomo

An object-oriented algebraic modeling language in Python for structured optimization problems.
https://www.pyomo.org
Other
2k stars 516 forks source link

Python interface to SCIP persistent solver #849

Open ghackebeil opened 5 years ago

ghackebeil commented 5 years ago

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

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

marcovc commented 4 years ago

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?

jsiirola commented 4 years ago

@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.

ZedongPeng commented 2 years ago

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.

jsiirola commented 2 years ago

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

whart222 commented 1 year ago

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