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