cyipopt_solver

The cyipopt_solver module includes two solvers that call CyIpopt. One, CyIpoptSolver, is a solver that operates on a CyIpoptProblemInterface (such as CyIpoptNLP). The other, PyomoCyIpoptSolver, operates directly on a Pyomo model.

Classes

CyIpoptSolver(problem_interface[, options])

PyomoCyIpoptSolver(**kwds)