int sym_is_iteration_limit_reached(sym_environment *env)
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.
| sym_environment *env | IN | Pointer to the SYMPHONY environment. |
| TRUE | The iteration limit is reached. |
| FALSE | The iteration limit is not reached. |