Parameter-Object for managing search limits. More...
#include <solver.h>
Public Member Functions | |
| bool | hasDynamicRestart () const |
| bool | reached () const |
| SearchLimits (uint64 conf=UINT64_MAX) | |
| void | setMemLimit (uint32 limitInMB) |
Public Attributes | |
| uint64 | conflicts |
| SumQueue * | dynamic |
| uint32 | learnts |
| uint64 | local |
| uint64 | memLimit |
| Clasp::SearchLimits::SearchLimits | ( | uint64 | conf = UINT64_MAX | ) | [inline, explicit] |
| bool Clasp::SearchLimits::hasDynamicRestart | ( | ) | const [inline] |
| bool Clasp::SearchLimits::reached | ( | ) | const [inline] |
| void Clasp::SearchLimits::setMemLimit | ( | uint32 | limitInMB | ) | [inline] |
| uint32 Clasp::SearchLimits::learnts |
| uint64 Clasp::SearchLimits::local |