#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "misc/util/abc_global.h"

Go to the source code of this file.
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Tru_Man_t_ | Tru_Man_t |
| INCLUDES ///. | |
Functions | |
| Tru_Man_t * | Tru_ManAlloc (int nVars) |
| FUNCTION DECLARATIONS ///. | |
| 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) |
| int | Tru_ManInsert (Tru_Man_t *p, word *pTruth) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Tru_Man_t_ Tru_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [satTruth.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT solver.]
Synopsis [Truth table computation package.]
Author [Alan Mishchenko alanm.nosp@m.i@ee.nosp@m.cs.be.nosp@m.rkel.nosp@m.ey.ed.nosp@m.u]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 1, 2004.]
Revision [
] PARAMETERS /// STRUCTURE DEFINITIONS ///
Definition at line 44 of file satTruth.h.
|
extern |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Start the truth table logging.]
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file satTruth.c.

|
extern |
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.
Function*************************************************************
Synopsis [Adds entry to the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 158 of file satTruth.c.


Function*************************************************************
Synopsis [Returns elementary variable.]
Description []
SideEffects []
SeeAlso []
Definition at line 268 of file satTruth.c.