Function scip_sys::SCIPgetConflictVarLb
source · pub unsafe extern "C" fn SCIPgetConflictVarLb(
scip: *mut SCIP,
var: *mut SCIP_VAR
) -> f64Expand description
returns the conflict lower bound if the variable is present in the current conflict set; otherwise the global lower bound
@return returns the conflict lower bound if the variable is present in the current conflict set; otherwise the global lower 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