int sym_is_abandoned(sym_environment *env)
This post-solution query routine is used to learn whether the problem was abandoned for some reason.
| sym_environment *env | IN | Pointer to the SYMPHONY environment. |
| TRUE | The problem was abandoned. |
| FALSE | The problem was not abandoned. |