abc-master
|
Go to the source code of this file.
Functions | |
int | Saig_ManFilterUsingIndOne2 (Aig_Man_t *p, Aig_Man_t *pFrame, sat_solver *pSat, Cnf_Dat_t *pCnf, int nConfs, int nProps, int Counter, int type_) |
Aig_Man_t * | Saig_ManCreateIndMiter2 (Aig_Man_t *pAig, Vec_Vec_t *vCands) |
void | Saig_ManFilterUsingInd2 (Aig_Man_t *p, Vec_Vec_t *vCands, int nConfs, int nProps, int fVerbose) |
Vec_Vec_t * | Ssw_ManFindDirectImplications2 (Aig_Man_t *p, int nFrames, int nConfs, int nProps, int fVerbose) |
Aig_Man_t * | Saig_ManDupUnfoldConstrsFunc2 (Aig_Man_t *pAig, int nFrames, int nConfs, int nProps, int fOldAlgo, int fVerbose, int *typeII_cnt) |
Aig_Man_t * | Saig_ManDupFoldConstrsFunc2 (Aig_Man_t *pAig, int fCompl, int fVerbose, int typeII_cnt) |
Definition at line 22 of file saigUnfold2.c.
Aig_Man_t* Saig_ManDupFoldConstrsFunc2 | ( | Aig_Man_t * | pAig, |
int | fCompl, | ||
int | fVerbose, | ||
int | typeII_cnt | ||
) |
Function*************************************************************
Synopsis [Duplicates the AIG while unfolding constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 375 of file saigUnfold2.c.
Aig_Man_t* Saig_ManDupUnfoldConstrsFunc2 | ( | Aig_Man_t * | pAig, |
int | nFrames, | ||
int | nConfs, | ||
int | nProps, | ||
int | fOldAlgo, | ||
int | fVerbose, | ||
int * | typeII_cnt | ||
) |
Function*************************************************************
Synopsis [Duplicates the AIG while unfolding constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 295 of file saigUnfold2.c.
void Saig_ManFilterUsingInd2 | ( | Aig_Man_t * | p, |
Vec_Vec_t * | vCands, | ||
int | nConfs, | ||
int | nProps, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Detects constraints functionally.]
Description []
SideEffects []
SeeAlso []
Definition at line 120 of file saigUnfold2.c.
int Saig_ManFilterUsingIndOne2 | ( | Aig_Man_t * | p, |
Aig_Man_t * | pFrame, | ||
sat_solver * | pSat, | ||
Cnf_Dat_t * | pCnf, | ||
int | nConfs, | ||
int | nProps, | ||
int | Counter, | ||
int | type_ | ||
) |
Definition at line 2 of file saigUnfold2.c.
Vec_Vec_t* Ssw_ManFindDirectImplications2 | ( | Aig_Man_t * | p, |
int | nFrames, | ||
int | nConfs, | ||
int | nProps, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Returns the number of variables implied by the output.]
Description []
SideEffects []
SeeAlso []
Definition at line 197 of file saigUnfold2.c.