(class from pyomo.contrib.pyros.config)
pyomo.contrib.pyros.config
Bases: object
object
Callable for casting an iterable (such as a list of strs) to a list of Pyomo solvers.
require_available (bool, optional) – True if available() method of a standardized solver object obtained through self must return True, False otherwise.
filter_by_availability (bool, optional) – True to remove standardized solvers for which available() does not return True, False otherwise.
solver_desc (str, optional) – Descriptor for the solver obtained through self, such as ‘backup local solver’ or ‘backup global solver’.
Initialize self (see class docstring).
Methods
__init__([require_available, ...])
__init__
domain_name()
domain_name
Return str briefly describing domain encompassed by self.
Member Documentation