(class from pyomo.common.errors)
pyomo.common.errors
Bases: PyomoException, RuntimeError
PyomoException
RuntimeError
A subclass of RuntimeError, raised by an iterative method when the iteration limit is reached.
TODO: solvers currently do not raise this exception, but probably should (at least when non-normal termination conditions are mapped to exceptions)
Member Documentation
Exception.add_note(note) – add a note to the exception
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.