int sym_is_proven_optimal(sym_environment *env)
This post-solution query routine is used to learn whether the problem was solved to optimality.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
TRUE | The problem was solved to optimality. |
FALSE | The problem was not solved to optimality. |