int sym_get_sp_solution(sym_environment *env, int index, double *colsol, double *objval)
This routine is used to get the solution indexed by index from the solution pool.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
int *size | OUT | Index of the solution in the solution pool, |
double *colsol | OUT | Pointer to a double type array to be filled by the solution vector. Note that, the size of this array has to be at least the number of columns. |
double *colsol | OUT | Pointer to a double to the location that will contain the value of the solution after the function call. |
FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |
FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |