Bases: PyomoException, NotImplementedError
Exception class used to throw errors for not-implemented functionality
that might be rational to support (i.e., we already gave you a cookie)
but risks taking Pyomo’s flexibility a step beyond what is sane,
or solvable, or communicable to a solver, etc. (i.e., Really? Now you
want a glass of milk too?)
-
__init__(*args)
Member Documentation
-
add_note(object, /)
Exception.add_note(note) –
add a note to the exception
-
with_traceback(object, /)
Exception.with_traceback(tb) –
set self.__traceback__ to tb and return self.