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