int sym_is_time_limit_reached(sym_environment *env)
This post-solution query routine is used to learn whether the time limit was reached.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
TRUE | Time limit was reached. |
FALSE | Time limit was not reached. |