(class from pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers)
pyomo.contrib.pynumero.algorithms.solvers.scipy_solvers
Bases: object
object
Methods
__init__([options])
__init__
available([exception_flag])
available
create_nlp_solver(**kwds)
create_nlp_solver
get_nlp()
get_nlp
get_pyomo_results(model, scipy_results)
get_pyomo_results
license_is_valid()
license_is_valid
set_options(options)
set_options
solve(model[, timer, tee])
solve
version()
version
Member Documentation
model (BlockData) – The model that will be solved
timer (HierarchicalTimer) – A HierarchicalTimer that “sub-timers” created by this object will be attached to. If not provided, a new timer is created.
tee (Bool) – A dummy flag indicating whether solver output should be displayed. The current SciPy solvers supported have no output, so setting this flag does not do anything.
Contains the results of the solve
SolverResults