- Set ContinueAbort
ContinueAbort
The predefined set ContinueAbort defines the set of possible return
statuses of solver callback procedures.
Set ContinueAbort {
SubsetOf : AllValueKeywords;
Index : IndexContinueAbort;
Definition : data { continue, abort };
}
Definition
The set
ContinueAbortdefines the set of possible return statuses of solver callback procedures.
Updatability
The contents of the set cannot be modified.
Note
The elements of the set ContinueAbort can be assigned to the
CallbackReturnStatus suffix of a mathematical program upon return of
a solver callback procedure.
See also
The set AllValueKeywords. Solver callback procedures are discussed in Suffices and Callbacks
of the Language Reference.