SCIPcontainsExternBranchCand

Function SCIPcontainsExternBranchCand 

Source
pub unsafe extern "C" fn SCIPcontainsExternBranchCand(
    scip: *mut SCIP,
    var: *mut SCIP_VAR,
) -> c_uint
Expand description

checks whether the given variable is contained in the candidate storage for external branching

@return whether the given variable is contained in the candidate storage for external branching.

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING

See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.