(class from pyomo.core.kernel.piecewise_library.util)
pyomo.core.kernel.piecewise_library.util
Bases: Exception
Exception
An exception raised when validation of piecewise linear functions fail.
Member Documentation
Exception.add_note(note) – add a note to the exception
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.