next up previous contents Back to SYMPHONY Home Page
Next: sym_set_continuous Up: Data Modification Functions Previous: sym_set_col_solution

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.





Ted Ralphs
2004-11-11