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