abc-master
|
#include "cnf.h"
Go to the source code of this file.
Functions | |
void | Cnf_ManPrepare () |
FUNCTION DEFINITIONS ///. More... | |
Cnf_Man_t * | Cnf_ManRead () |
void | Cnf_ManFree () |
Vec_Int_t * | Cnf_DeriveMappingArray (Aig_Man_t *pAig) |
FUNCTION DECLARATIONS ///. More... | |
Cnf_Dat_t * | Cnf_DeriveWithMan (Cnf_Man_t *p, Aig_Man_t *pAig, int nOutputs) |
Cnf_Dat_t * | Cnf_Derive (Aig_Man_t *pAig, int nOutputs) |
Cnf_Dat_t * | Cnf_DeriveOtherWithMan (Cnf_Man_t *p, Aig_Man_t *pAig, int fSkipTtMin) |
Cnf_Dat_t * | Cnf_DeriveOther (Aig_Man_t *pAig, int fSkipTtMin) |
Variables | |
static ABC_NAMESPACE_IMPL_START Cnf_Man_t * | s_pManCnf = NULL |
DECLARATIONS ///. More... | |
Definition at line 165 of file cnfCore.c.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Converts AIG into the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 78 of file cnfCore.c.
Definition at line 219 of file cnfCore.c.
Function*************************************************************
Synopsis [Converts AIG into the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 182 of file cnfCore.c.
Function*************************************************************
Synopsis [Converts AIG into the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 129 of file cnfCore.c.
void Cnf_ManFree | ( | ) |
Definition at line 58 of file cnfCore.c.
void Cnf_ManPrepare | ( | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file cnfCore.c.
Cnf_Man_t* Cnf_ManRead | ( | ) |
Definition at line 54 of file cnfCore.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [cnfCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG-to-CNF conversion.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]