sym_set_primal_bound

int sym_set_primal_bound(sym_environment *env, double bound)

Description:

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

Arguments:

sym_environment *env INOUT Pointer to the SYMPHONY environment.
double double IN The value of the priori upper (for minimization) or lower (for maximization) bound.

Return values:

FUNCTION_TERMINATED_NORMALLY Function invoked successfully.
FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.