|
Namespaces |
namespace | dbm |
Defines |
#define | CERR(S) |
#define | RESTRICTED_MERGE |
#define | IMPROVED_MERGE |
#define | SUBTRACTION_ALGORITHM 3 |
#define | INC() |
Functions |
static int32_t | worstValue (const raw_t *dbm1, const raw_t *dbm2, cindex_t dim, cindex_t i, cindex_t j) |
static dbmlist_t | internSubtract (fdbm_t *fdbm1, const raw_t *dbm2, cindex_t dim, const uint32_t *bits, size_t bitsSize, size_t nbConstraints) |
static bool | fed_checkWeakAdd (raw_t cij, raw_t cji) |
static double | fed_diff (double value, raw_t low) |
static constraint_t | sat_collect (const fdbm_t *f, const constraint_t &c) |
static void | sat_assert (fdbm_t *f, const constraint_t &c) |