(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__(**kwds)
__init__
Create an instance of the CyIpoptSolver.
available([exception_flag])
available
license_is_valid()
license_is_valid
solve(model, **kwds)
solve
version()
version
Attributes
CONFIG
Member Documentation