|
abc-master
|
Go to the source code of this file.
Functions | |
| int | Io_WriteCnf (Abc_Ntk_t *pNtk, char *pFileName, int fAllPrimes) |
| FUNCTION DEFINITIONS ///. More... | |
| void | Io_WriteCnfOutputPiMapping (FILE *pFile, int incrementVars) |
Variables | |
| static ABC_NAMESPACE_IMPL_START Abc_Ntk_t * | s_pNtk = NULL |
| DECLARATIONS ///. More... | |
| int Io_WriteCnf | ( | Abc_Ntk_t * | pNtk, |
| char * | pFileName, | ||
| int | fAllPrimes | ||
| ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Write the miter cone into a CNF file for the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file ioWriteCnf.c.
| void Io_WriteCnfOutputPiMapping | ( | FILE * | pFile, |
| int | incrementVars | ||
| ) |
Function*************************************************************
Synopsis [Output the mapping of PIs into variable numbers.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file ioWriteCnf.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioWriteCnf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to output CNF of the miter cone.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 31 of file ioWriteCnf.c.