pub unsafe extern "C" fn SCIPgetConflictVarUb(
scip: *mut SCIP,
var: *mut SCIP_VAR,
) -> f64Expand description
returns the conflict upper bound if the variable is present in the current conflict set; otherwise minus global upper bound
@return returns the conflict upper bound if the variable is present in the current conflict set; otherwise minus global upper bound
@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_PRESOLVING - \ref SCIP_STAGE_SOLVING
@note SCIP stage does not get changed