int sym_get_sp_size(sym_environment *env, int *size)
This routine is used to get the size of the solution pool available after the solve. the solution pool contains additional (possibly su optimal) solutions generated during the solution procedure.
| sym_environment *env | IN | Pointer to the SYMPHONY environment. |
| int *size | OUT | Pointer to the location in which the size of the solution pool will be stored after the function call. |
| FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |
| FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |