Solver exit codes

When solving, if a specific problem is encountered that causes a failure, Network Optimization may return an exit code (also known as SEHException codes). The table below lists exit codes and their meaning:

Exit code Meaning
-1 or -3 Model is mathematically infeasible or unbounded
-4 User canceled run
-5 User canceled run, but output is available
-10 Invalid model element encountered
-13 Problem aborted without having found an integer solution
-14 Problem is out of memory; integer solution exists
-15 Problem is out of memory; no integer solution found
-17 Model fails to run due to error; no integer solution found

Last modified: Wednesday May 15, 2024

Is this useful?