sym_get_sp_size

int sym_get_sp_size(sym_environment *env, int *size)

Description:

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.

Arguments:

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.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.