APM.MAX_ITER - APMonitor Option
Type: Integer, Input Default Value: 100 Description: Maximum iteration: >=1
MAX_ITER is the maximum number of major iterations for solution by the solver. If this number is reached, the result cannot be trusted because the equation convergence or objective minimization does not satisfy the Karush Kuhn Tucker conditions for optimality. Reaching the maximum number of iterations can happen when the problem is large, difficult, highly nonlinear or if the problem is infeasible. Increasing MAX_ITER for infeasible problems will not lead to a feasible solution but can help detect the infeasible conditions.
See also ITERATIONS, MAX_MEMORY, MAX_TIME