next up previous contents Back to SYMPHONY Home Page
Next: sym_get_iteration_count Up: Data Query Functions Previous: sym_get_obj_val

sym_get_primal_bound

double *sym_get_primal_bound(sym_environment *env, double *ub)

Description:

This routine is used to get the a priori upper/lower bound for the problem.

Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.
double *ub OUT Pointer to a double indicating the upper (for minimization) or lower (for maximization) bound obtained through user defined primal heuristics.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.





Ted Ralphs
2004-11-11