abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Tru_Man_t_ |
DECLARATIONS ///. More... | |
struct | Tru_One_t_ |
Typedefs | |
typedef struct Tru_One_t_ | Tru_One_t |
Functions | |
static Tru_One_t * | Tru_ManReadOne (Tru_Man_t *p, int h) |
static unsigned | Tru_ManHash (word *pTruth, int nWords, int nBins, int *pPrimes) |
FUNCTION DEFINITIONS ///. More... | |
int * | Tru_ManLookup (Tru_Man_t *p, word *pTruth) |
void | Tru_ManResize (Tru_Man_t *p) |
int | Tru_ManInsert (Tru_Man_t *p, word *pTruth) |
Tru_Man_t * | Tru_ManAlloc (int nVars) |
FUNCTION DECLARATIONS ///. More... | |
void | Tru_ManFree (Tru_Man_t *p) |
word * | Tru_ManVar (Tru_Man_t *p, int v) |
word * | Tru_ManFunc (Tru_Man_t *p, int h) |
typedef struct Tru_One_t_ Tru_One_t |
Definition at line 48 of file satTruth.c.
Tru_Man_t* Tru_ManAlloc | ( | int | nVars | ) |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Start the truth table logging.]
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file satTruth.c.
void Tru_ManFree | ( | Tru_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stop the truth table logging.]
Description []
SideEffects []
SeeAlso []
Definition at line 248 of file satTruth.c.
Function*************************************************************
Synopsis [Returns stored truth table]
Description []
SideEffects []
SeeAlso []
Definition at line 285 of file satTruth.c.
|
inlinestatic |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Returns the hash key.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file satTruth.c.
Function*************************************************************
Synopsis [Adds entry to the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 158 of file satTruth.c.
Function*************************************************************
Synopsis [Returns the given record.]
Description []
SideEffects []
SeeAlso []
Definition at line 93 of file satTruth.c.
Definition at line 56 of file satTruth.c.
void Tru_ManResize | ( | Tru_Man_t * | p | ) |
Function*************************************************************
Synopsis [Returns the given record.]
Description []
SideEffects []
SeeAlso []
Definition at line 117 of file satTruth.c.
Function*************************************************************
Synopsis [Returns elementary variable.]
Description []
SideEffects []
SeeAlso []
Definition at line 268 of file satTruth.c.