Enum BranchingStrategy

Enum Documentation

enum class Data::EPEC::BranchingStrategy

Branching Strategies are triggered when the algorithm “CutAndPlay” is selected. They help guiding the search for the next complementarity of each player’s LCP that will be included in the forthcoming iteration.

Values:

enumerator HybridBranching

A combination of constraints violations if any.

enumerator DeviationBranching

Includes the complementarity encoding a profitable deviation, if any.