Enum RecoverStrategy

Enum Documentation

enum class Data::EPEC::RecoverStrategy

Recovery strategies are triggered when the Algorithm “InnerApproximation” is selected. If a PNE is requested, then the algorithm can recover it by using one of these strategies.

Values:

enumerator IncrementalEnumeration

Add Random polyhedra at each iteration.

enumerator Combinatorial

Triggers the CombinatorialPNE with additional information from InnerApproximation.