(class from pyomo.opt.base.solvers)
pyomo.opt.base.solvers
Bases: object
object
Methods
__init__(*args, **kwds)
__init__
available([exception_flag])
available
Determine if this optimizer is available.
license_is_valid()
license_is_valid
True if the solver is present and has a valid license (if applicable)
reset()
reset
Reset the state of an optimizer
set_options(istr)
set_options
Set the options in the optimizer from a string.
solve(*args, **kwds)
solve
Perform optimization and return an SolverResults object.
warm_start_capable()
warm_start_capable
True is the solver can accept a warm-start solution.
Member Documentation