Enum Algorithms

Enum Documentation

enum class Data::EPEC::Algorithms

An enum containing the available algorithms for Game::EPEC.

Values:

enumerator FullEnumeration

Completely enumerate the set of polyhedra for all leaders.

enumerator InnerApproximation

Perform increasingly better inner approximations in iterations.

enumerator CombinatorialPne

Perform a Combinatorial-based search strategy to find a pure NE.

enumerator OuterApproximation

Perform an increasingly improving outer approximation of the feasible region of each leader.