- ABORT_NOSOL
-
The solver was stopped by the user and did not find a solution.
- ABORT_SOL
-
The solver was stopped by the user but still found a solution.
- BAD_PROBLEM_TYPE
-
The problem type is not supported by the solver.
- CONDITIONAL_OPTIMAL
-
The optimality of the solution cannot be proven.
- ERROR
-
The algorithm encountered an error.
- FAIL_NOSOL
-
The solver stopped due to errors and did not find a solution.
- FAIL_SOL
-
The solver stopped due to errors but still found a solution.
- FAILED
-
The solver failed to converge, possibly due to numerical issues.
- HEURISTIC_NOSOL
-
The solver used only heuristics and did not find a solution.
- HEURISTIC_SOL
-
The solver used only heuristics and found a solution.
- INFEASIBLE
-
The problem is infeasible.
- INFEASIBLE_OR_UNBOUNDED
-
The problem is infeasible or unbounded.
- INTERRUPTED
-
The solver was interrupted by the system or the user before completing its work.
- ITERATION_LIMIT_REACHED
-
The solver reached the maximum number of iterations that is specified in the MAXITER= option.
- NODE_LIM_NOSOL
-
The solver reached the maximum number of nodes specified in the MAXNODES= option and did not find a solution.
- NODE_LIM_SOL
-
The solver reached the maximum number of nodes specified in the MAXNODES= option and found a solution.
- OK
-
The algorithm terminated normally.
- OPTIMAL
-
The solution is optimal.
- OPTIMAL_AGAP
-
The solution is optimal within the absolute gap that is specified in the ABSOBJGAP= option.
- OPTIMAL_COND
-
The solution is optimal, but some infeasibilities (primal, bound, or integer) exceed tolerances because of scaling.
- OPTIMAL_RGAP
-
The solution is optimal within the relative gap that is specified in the RELOBJGAP= option.
- OUTMEM_NOSOL
-
The solver ran out of memory and either did not find a solution or failed to output the solution due to insufficient memory.
- OUTMEM_SOL
-
The solver ran out of memory but still found a solution.
- SOLUTION_LIM
-
The solver reached the maximum number of solutions specified in the MAXCLIQUES=, MAXCYCLES=, or MAXSOLS= option.
- TARGET
-
The solution is not worse than the target that is specified in the TARGET= option.
- TIME_LIM_NOSOL
-
The solver reached the execution time limit specified in the MAXTIME= option and did not find a solution.
- TIME_LIM_SOL
-
The solver reached the execution time limit specified in the MAXTIME= option and found a solution.
- TIME_LIMIT_REACHED
-
The solver reached its execution time limit.
- UNBOUNDED
-
The problem is unbounded.