InfeasibleConstraintException
(class from pyomo.common.errors
)
- class pyomo.common.errors.InfeasibleConstraintException[source]
Bases:
PyomoException
Exception class used by Pyomo transformations to indicate that an infeasible constraint has been identified (e.g. in the course of range reduction).
- __init__(*args, **kwargs)
Member Documentation
- add_note()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.