(class from pyomo.contrib.pynumero.algorithms.solvers.cyipopt_solver)
pyomo.contrib.pynumero.algorithms.solvers.cyipopt_solver
Bases: object
object
Create an instance of the CyIpoptSolver. You must provide a problem_interface that corresponds to the abstract class CyIpoptProblemInterface options can be provided as a dictionary of key value pairs
Methods
__init__(problem_interface[, options])
__init__
Create an instance of the CyIpoptSolver.
solve([x0, tee])
solve
Member Documentation