-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Checklist
I have an implementation of a nonlinear optimization problem for thermokinetic regulation using IPOPT, which is called through pyomo.
I would like to integrate that algorithm into CobraPy, but CobraPy uses OptLang, not Pyomo, and IPOPT is not supported in OptLang.
Describe the solution you would like.
The solution I would like is for someone to help me import the IPOPT interface to OptLang
Describe alternatives you considered
Another solution might be to provide Pyomo support for Cobrapy.
A third solution would be to ignore CobraPy and wrap the algorithm using the KBase SDK
Additional context
Reactions are currently unavailable