Error Types
- exception titanq.errors.ConnectionError
Error due to a connection issue with an external resource
- exception titanq.errors.ConstraintAlreadySetError
A constraint has already been set
- exception titanq.errors.ConstraintSizeError
The constraint size does not match
- exception titanq.errors.MPSFileError
Error due to an issue with the MPS file provided
- exception titanq.errors.MaximumConstraintLimitError
The number of constraints is bigger than the number of variables
- exception titanq.errors.MissingObjectiveError
Objective has not already been registered
- exception titanq.errors.MissingTitanqApiKey
TitanQ Api key is missing
- exception titanq.errors.MissingVariableError
Variable has not already been registered
- exception titanq.errors.ObjectiveAlreadySetError
An objective has already been set
- exception titanq.errors.OptimizeError
Error occur during optimization
- exception titanq.errors.ServerError
Error returned by the server
- exception titanq.errors.TitanqError
Base TitanQ error
- exception titanq.errors.VariableAlreadyExist
Variable with the same name already exist