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.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.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