next up previous contents Back to SYMPHONY Home Page
Next: sym_is_time_limit_reached Up: Solver Status Query Functions Previous: sym_is_proven_primal_infeasible

sym_is_iteration_limit_reached

int sym_is_iteration_limit_reached(sym_environment *env)

Description:

This post-solution query routine is used to learn whether the iteration (node limit) was reached. It can also be used if ``find_first_feasible'' parameter was set to true before solving the problem.

Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.

Return values:

TRUE The iteration limit is reached.
FALSE The iteration limit is not reached.





Ted Ralphs
2004-11-11