sym_get_sp_solution

[f]sym_get_sp_solution
int sym_get_sp_solution(sym_environment *env, int index, double *colsol, 
                        double *objval)

Description:

This routine is used to get the solution indexed by index from the solution pool.

Arguments:

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.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.





Ted Ralphs
2016-02-19