qilisdk.core.exceptions
Exceptions
Raised when a variable value falls outside its configured bounds. |
|
Raised when a requested operation is not supported by the backend. |
|
Raised when lower/upper bounds are inconsistent or invalid. |
|
Raised when a symbolic expression cannot be evaluated. |
|
Raised when a polynomial-only operation (e.g. |
Module Contents
- exception OutOfBoundsException[fuente]
Bases:
ExceptionRaised when a variable value falls outside its configured bounds.
Initialize self. See help(type(self)) for accurate signature.
- exception NotSupportedOperation[fuente]
Bases:
ExceptionRaised when a requested operation is not supported by the backend.
Initialize self. See help(type(self)) for accurate signature.
- exception InvalidBoundsError[fuente]
Bases:
ExceptionRaised when lower/upper bounds are inconsistent or invalid.
Initialize self. See help(type(self)) for accurate signature.
- exception EvaluationError[fuente]
Bases:
ExceptionRaised when a symbolic expression cannot be evaluated.
Initialize self. See help(type(self)) for accurate signature.
- exception NonPolynomialError[fuente]
Bases:
ExceptionRaised when a polynomial-only operation (e.g.
degree) is requested on a non-polynomial expression, such as a symbolic/non-integer power of a variable or a transcendental function of a variable.Initialize self. See help(type(self)) for accurate signature.