SCIP_BranchCand Struct Reference Detailed Descriptionbranching candidate storage Definition at line 36 of file struct_branch.h.
Field Documentation
candidates for branching on LP solution (fractional integer variables) Definition at line 38 of file struct_branch.h. Referenced by branchcandCalcLPCands(), ensureLpcandsSize(), SCIPbranchcandGetLPCands(), and SCIPbranchExecLP().
solution values of LP candidates Definition at line 39 of file struct_branch.h. Referenced by branchcandCalcLPCands(), ensureLpcandsSize(), and SCIPbranchcandGetLPCands().
fractionalities of LP candidates Definition at line 40 of file struct_branch.h. Referenced by branchcandCalcLPCands(), ensureLpcandsSize(), and SCIPbranchcandGetLPCands().
external candidates for branching, e.g. given by relaxation Definition at line 41 of file struct_branch.h. Referenced by ensureExterncandsSize(), SCIPbranchcandAddExternCand(), SCIPbranchcandContainsExternCand(), SCIPbranchcandGetExternCands(), and SCIPbranchExecExtern().
scores of external candidates, e.g. infeasibilities Definition at line 42 of file struct_branch.h. Referenced by ensureExterncandsSize(), SCIPbranchcandAddExternCand(), and SCIPbranchcandGetExternCands().
values in solution of external candidates Definition at line 43 of file struct_branch.h. Referenced by ensureExterncandsSize(), SCIPbranchcandAddExternCand(), SCIPbranchcandGetExternCands(), and SCIPbranchExecExtern().
candidates for branching on pseudo solution (non-fixed integer variables) Definition at line 44 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), ensurePseudocandsSize(), SCIPbranchcandGetPseudoCands(), and SCIPbranchExecPseudo().
lp number for which lpcands are valid Definition at line 45 of file struct_branch.h. Referenced by branchcandCalcLPCands().
number of available slots in lpcands array Definition at line 46 of file struct_branch.h. Referenced by ensureLpcandsSize().
number of candidates for branching on LP solution Definition at line 47 of file struct_branch.h. Referenced by branchcandCalcLPCands(), ensureLpcandsSize(), SCIPbranchcandGetLPCands(), and SCIPbranchExecLP().
number of LP candidates with largest branch priority value Definition at line 48 of file struct_branch.h. Referenced by branchcandCalcLPCands(), SCIPbranchcandGetLPCands(), and SCIPbranchExecLP().
number of binary LP candidates with largest branch priority value Definition at line 49 of file struct_branch.h. Referenced by branchcandCalcLPCands(), and SCIPbranchcandGetLPCands().
number of implicit variables with fractional LP solution value Definition at line 50 of file struct_branch.h. Referenced by branchcandCalcLPCands(), SCIPbranchcandGetLPCands(), and SCIPbranchExecLP().
maximal branch priority of all LP candidates Definition at line 51 of file struct_branch.h. Referenced by branchcandCalcLPCands(), and SCIPbranchExecLP().
number of available slots in externcands array Definition at line 52 of file struct_branch.h. Referenced by ensureExterncandsSize(), SCIPbranchcandAddExternCand(), and SCIPbranchcandContainsExternCand().
number of external candidates for branching Definition at line 53 of file struct_branch.h. Referenced by ensureExterncandsSize(), SCIPbranchcandAddExternCand(), SCIPbranchcandClearExternCands(), SCIPbranchcandContainsExternCand(), SCIPbranchcandGetExternCands(), SCIPbranchcandGetNExternCands(), and SCIPbranchExecExtern().
number of external candidates with largest branch priority value Definition at line 54 of file struct_branch.h. Referenced by SCIPbranchcandAddExternCand(), SCIPbranchcandClearExternCands(), SCIPbranchcandContainsExternCand(), SCIPbranchcandGetExternCands(), SCIPbranchcandGetNPrioExternCands(), SCIPbranchcandGetNPrioExternConts(), and SCIPbranchExecExtern().
number of binary external candidates with largest branch priority value Definition at line 55 of file struct_branch.h. Referenced by SCIPbranchcandAddExternCand(), SCIPbranchcandClearExternCands(), SCIPbranchcandContainsExternCand(), SCIPbranchcandGetExternCands(), SCIPbranchcandGetNPrioExternBins(), and SCIPbranchcandGetNPrioExternConts().
number of integer external candidates with largest branch priority value Definition at line 56 of file struct_branch.h. Referenced by SCIPbranchcandAddExternCand(), SCIPbranchcandClearExternCands(), SCIPbranchcandContainsExternCand(), SCIPbranchcandGetExternCands(), SCIPbranchcandGetNPrioExternConts(), and SCIPbranchcandGetNPrioExternInts().
number of implicit integer external candidates with largest branch priority value Definition at line 57 of file struct_branch.h. Referenced by SCIPbranchcandAddExternCand(), SCIPbranchcandClearExternCands(), SCIPbranchcandContainsExternCand(), SCIPbranchcandGetExternCands(), SCIPbranchcandGetNPrioExternConts(), and SCIPbranchcandGetNPrioExternImpls().
maximal branch priority of all external candidates Definition at line 58 of file struct_branch.h. Referenced by SCIPbranchcandAddExternCand(), SCIPbranchcandClearExternCands(), SCIPbranchcandContainsExternCand(), and SCIPbranchExecExtern().
number of available slots in pseudocands array Definition at line 59 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), and ensurePseudocandsSize().
number of candidates for branching on pseudo solution Definition at line 60 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), ensurePseudocandsSize(), SCIPbranchcandGetNPseudoCands(), SCIPbranchcandGetPseudoCands(), SCIPbranchcandUpdateVar(), and SCIPbranchExecPseudo().
number of pseudo candidates with largest branch priority value Definition at line 61 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), SCIPbranchcandGetNPrioPseudoCands(), SCIPbranchcandGetNPrioPseudoImpls(), and SCIPbranchcandGetPseudoCands().
number of binary pseudo candidates with largest branch priority value Definition at line 62 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), SCIPbranchcandGetNPrioPseudoBins(), SCIPbranchcandGetNPrioPseudoImpls(), and SCIPbranchcandGetPseudoCands().
number of integer pseudo candidates with largest branch priority value Definition at line 63 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), SCIPbranchcandGetNPrioPseudoImpls(), and SCIPbranchcandGetNPrioPseudoInts().
maximal branch priority of all pseudo candidates Definition at line 64 of file struct_branch.h. Referenced by branchcandInsertPseudoCand(), branchcandRemovePseudoCand(), branchcandSortPseudoCands(), SCIPbranchcandUpdateVarBranchPriority(), SCIPbranchExecExtern(), and SCIPbranchExecLP(). |