Enum PolyhedraStrategy

Enum Documentation

enum class Data::LCP::PolyhedraStrategy

When expanding the feasible region of an inner approximated LCP, this enum controls the strategy being used.

Values:

enumerator Sequential

Adds polyhedra by selecting them in order.

enumerator ReverseSequential

Adds polyhedra by selecting them in reverse Sequential order.

enumerator Random

Adds the next polyhedron by selecting Random feasible one.