(class from pyomo.contrib.pyros.config)
pyomo.contrib.pyros.config
Bases: PyomoException
PyomoException
Exception type for failure to cast an object to a Pyomo solver.
Member Documentation
Exception.add_note(note) – add a note to the exception
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.