#include <solver_strategies.h>
Public Member Functions | |
FwdCheck () | |
Public Attributes | |
uint32 | highPct: 7 |
uint32 | incHigh: 1 |
uint32 | initHigh: 24 |
Definition at line 321 of file solver_strategies.h.
Clasp::SolveParams::FwdCheck::FwdCheck | ( | ) | [inline] |
Definition at line 325 of file solver_strategies.h.
Check on low + (high - low) * highPct/100
Definition at line 323 of file solver_strategies.h.
Inc high level when reached.
Definition at line 324 of file solver_strategies.h.
< Options for partial checks in DLP-solving; Init high level to this DL (0 = max level)
Definition at line 322 of file solver_strategies.h.