Enum CutsAggressiveness
Defined in File ipg.h
Enum Documentation
-
enum class Data::IPG::CutsAggressiveness
Cuts aggressiveness for Algorithms::IPG::CutAndPlay.
Values:
-
enumerator NotEvenTry
Do not add “standard” IPG cuts to the game, nor tries to replace value cuts.
-
enumerator NoThanks
Do not add “standard” Integer Programming cuts to the game.
-
enumerator KeepItCool
At most one cut per-player.
-
enumerator Truculent
A storm of cuts at each infeasibility detection.
-
enumerator NotEvenTry