APM.MAX_TIME - APMonitor Option

Global Options | Local Options
 Type: Floating Point, Input
 Default Value: 1.0e20
 Description: Maximum run time in seconds

MAX_TIME is the maximum amount of clock time in seconds that the solver should continue. Solutions forced to terminate early by this constraint do not satisfy the Karush Kuhn Tucker conditions for optimality. Even with this constraint, the application may fail to terminate at the required time because there are limited checks within the solvers. If a solver is stuck in a single major iteration when the time limit is reached, the program will terminate once that major iteration is completed. A supervisory application at the operating system level should generally be used to terminate applications that exceed a maximum desired amount of clock or CPU time.

See also ITERATIONS, MAX_ITER, MAX_MEMORY

Home | APM.MAX_TIME - APMonitor Option