Public Member Functions | |
bool | addToWs (uint32 idx, weight_t w) |
ExtData (weight_t bound, uint32 preds) | |
bool | inWs (uint32 idx) const |
void | removeFromWs (uint32 idx, weight_t w) |
Static Public Member Functions | |
static uint32 | flagSize (uint32 preds) |
Public Attributes | |
uint32 | flags [0] |
weight_t | lower |
Definition at line 105 of file unfounded_check.h.
Clasp::DefaultUnfoundedCheck::ExtData::ExtData | ( | weight_t | bound, |
uint32 | preds | ||
) | [inline] |
Definition at line 106 of file unfounded_check.h.
bool Clasp::DefaultUnfoundedCheck::ExtData::addToWs | ( | uint32 | idx, |
weight_t | w | ||
) | [inline] |
Definition at line 109 of file unfounded_check.h.
static uint32 Clasp::DefaultUnfoundedCheck::ExtData::flagSize | ( | uint32 | preds | ) | [inline, static] |
Definition at line 127 of file unfounded_check.h.
bool Clasp::DefaultUnfoundedCheck::ExtData::inWs | ( | uint32 | idx | ) | const [inline] |
Definition at line 116 of file unfounded_check.h.
void Clasp::DefaultUnfoundedCheck::ExtData::removeFromWs | ( | uint32 | idx, |
weight_t | w | ||
) | [inline] |
Definition at line 121 of file unfounded_check.h.
Definition at line 129 of file unfounded_check.h.
Definition at line 128 of file unfounded_check.h.