CyIpoptSolver

(class from pyomo.contrib.pynumero.algorithms.solvers.cyipopt_solver)

class pyomo.contrib.pynumero.algorithms.solvers.cyipopt_solver.CyIpoptSolver(problem_interface, options=None)[source]

Bases: object

__init__(problem_interface, options=None)[source]

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])

Create an instance of the CyIpoptSolver.

solve([x0, tee])

Member Documentation