Detailed Description
auxiliary struct to pass branch-and-bound tree information to sort function
Definition at line 129 of file symmetry_lexred.c.
Data Fields | |
NODEDEPTHBRANCHINDEX * | nodedepthbranchindices |
SCIP_LEXREDDATA * | masterdata |
SCIP_VAR ** | vars |
Field Documentation
◆ nodedepthbranchindices
NODEDEPTHBRANCHINDEX* VarArrayNodeDepthBranchIndex::nodedepthbranchindices |
pointer to branch-and-bound tree information
Definition at line 131 of file symmetry_lexred.c.
Referenced by getVarOrder(), propagateLexicographicReductionPerm(), propagateLexredDynamic(), SCIP_DECL_SORTINDCOMP(), SCIPlexicographicReductionPropagate(), shadowtreeFillNodeDepthBranchIndices(), and shadowtreeUndoNodeDepthBranchIndices().
◆ masterdata
SCIP_LEXREDDATA* VarArrayNodeDepthBranchIndex::masterdata |
pointer to global data for lexicographic reduction propagator
Definition at line 132 of file symmetry_lexred.c.
Referenced by getVarOrder(), lexdataCreate(), propagateLexicographicReductionPerm(), propagateLexredDynamic(), propagateLexredStatic(), SCIP_DECL_SORTINDCOMP(), SCIPincludeLexicographicReduction(), SCIPlexicographicReductionAddPermutation(), SCIPlexicographicReductionFree(), SCIPlexicographicReductionGetStatistics(), SCIPlexicographicReductionPrintStatistics(), SCIPlexicographicReductionPropagate(), SCIPlexicographicReductionReset(), shadowtreeFillNodeDepthBranchIndices(), and shadowtreeUndoNodeDepthBranchIndices().
◆ vars
SCIP_VAR** VarArrayNodeDepthBranchIndex::vars |
pointer to variable array
Definition at line 133 of file symmetry_lexred.c.
Referenced by getVarOrder(), lexdataCreate(), and SCIP_DECL_SORTINDCOMP().