ColSwap Struct Reference
Detailed Description
container for column index permutations
Definition at line 196 of file symmetry_orbitopal.c.
Data Fields | |
int | from |
int | to |
Field Documentation
◆ from
int ColSwap::from |
from which column ID
Definition at line 198 of file symmetry_orbitopal.c.
Referenced by populateRootedPathColumnOrder(), SCIP_DECL_EVENTEXEC(), and updateColumnOrderWhenBranchingOnColumn().
◆ to
int ColSwap::to |
to which column ID
Definition at line 199 of file symmetry_orbitopal.c.
Referenced by populateRootedPathColumnOrder(), SCIP_DECL_EVENTEXEC(), and updateColumnOrderWhenBranchingOnColumn().