|
Typedefs |
typedef relation_t(* | relation_f )(const raw_t *, cindex_t, const int32_t *, raw_t *, BOOL *) |
Functions |
static relation_t | mingraph_relationWithCopy32 (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
static relation_t | mingraph_relationWithCopy16 (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
static relation_t | mingraph_relationWithMinBitMatrix32 (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
static relation_t | mingraph_relationWithMinBitMatrix16 (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
static relation_t | mingraph_relationWithMinCouplesij32 (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
static relation_t | mingraph_relationWithMinCouplesij16 (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
static relation_t | mingraph_relationError (const raw_t *dbm, cindex_t dim, const int32_t *mingraph, raw_t *unpackBuffer, BOOL *isExact) |
| Fatal error: should not be called.
|
relation_t | dbm_relationWithMinDBM (const raw_t *dbm, cindex_t dim, const int32_t *minDBM, raw_t *unpackBuffer) |
relation_t | dbm_approxRelationWithMinDBM (const raw_t *dbm, cindex_t dim, const int32_t *minDBM, raw_t *unpackBuffer) |
Variables |
static const relation_f | relationWithMinDBM [8] |