| Overview | Group | Tree | Graph | Index | Concepts |
Solver associates an identifier with each error detected at execution
time. Those identifiers are defined in the enumeration
IlcErrorType.
As of version 5.0, Solver transforms an error into an instance of
IloSolver::SolverErrorException. The member function
getErrorType of that class will return the
IlcErrorType.
See Also:
| Fields |
|---|
IlcError_arrayNullSize = 1 | |
IlcError_collectionFilled | |
IlcError_nullCollectionSize | |
IlcError_extendExistingValue | |
IlcError_arrayBadSize | |
IlcError_arrayBadElement | |
IlcError_arrayIsNotOrdered | |
IlcError_badCollection | |
IlcError_emptyDomain | |
IlcError_undefValue | |
IlcError_nullObject | |
IlcError_alreadyUsed | |
IlcError_alreadyCalled | |
IlcError_notCalled | |
IlcError_mulBadOffset | |
IlcError_mulBoundVar | |
IlcError_mulNullValue | |
IlcError_failOutsideSolve | |
IlcError_noMoreChoicePoint | |
IlcError_failBadReturnValue | |
IlcError_usingUndefStrategy | |
IlcError_inSolve | |
IlcError_noMoreMemory | |
IlcError_deletingHeapObject | |
IlcError_internalError | |
IlcError_clauseInPropagation | |
IlcError_clauseNotInSolve | |
IlcError_unboundVarAfterMinimize | |
IlcError_badIndex | |
IlcError_badIndexInterval | |
IlcError_badIndexStep | |
IlcError_badArgument | |
IlcError_scheduleError | |
IlcError_scheduleAltError | |
IlcError_badPoints | |
IlcError_divideByZero | |
IlcError_keyAccess | |
IlcError_warnMemory | |
IlcError_emptyHandle | |
IlcError_noOpposite | |
IlcError_noMetaPost | |
IlcError_assignmentOfVariable | |
IlcError_notInProcess | |
IlcError_badEvent | |
IlcError_notAVariable | |
IlcError_divisionOfZero | |
IlcError_compatibility | |
IlcError_plannerError | |
IlcError_hybridError | |
IlcError_arrayRepeatedElement | |
IlcError_badSizeAllocator | |
IlcError_arrayAlreadyLocked | |
IlcError_differentManagers | |
IlcError_verticalError | |
IlcError_setAlreadyClosed | |
IlcError_setNotClosed | |
IlcError_predicateBadArity | |
IlcError_persistentHashTable | |
IlcError_overflowInExpression | |
IlcError_assertionFailed | |
IlcError_accessorFunctionBounds | |
IlcError_accessorPrototype | |
IlcError_notAllExtensibleAccessor | |
IlcError_getExtendedItemData | |
IlcError_incorrectSearchUse | |
IlcError_extensibleSet | |
IlcError_tooManyVar | |
IlcError_tooManyCt | |
IlcError_badConstraintLevel | |
IlcError_badFilterLevel | |
IlcError_changeFilterLevel | |
IlcError_continuousVar | |
IlcError_storeDuringSearch |