Enum PolyhedraStrategy
Defined in File poly_lcp.h
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.
- 
enumerator Sequential