abc-master
|
#include "sswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Ssw_MiterStatus (Aig_Man_t *p, int fVerbose) |
DECLARATIONS ///. More... | |
Vec_Int_t * | Ssw_TransferSignalPairs (Aig_Man_t *pMiter, Aig_Man_t *pAig1, Aig_Man_t *pAig2, Vec_Int_t *vIds1, Vec_Int_t *vIds2) |
Vec_Int_t ** | Ssw_TransformPairsIntoTempClasses (Vec_Int_t *vPairs, int nObjNumMax) |
void | Ssw_FreeTempClasses (Vec_Int_t **pvClasses, int nObjNumMax) |
Aig_Man_t * | Ssw_SignalCorrespondenceWithPairs (Aig_Man_t *pAig1, Aig_Man_t *pAig2, Vec_Int_t *vIds1, Vec_Int_t *vIds2, Ssw_Pars_t *pPars) |
Aig_Man_t * | Ssw_SignalCorrespondeceTestPairs (Aig_Man_t *pAig) |
int | Ssw_SecWithPairs (Aig_Man_t *pAig1, Aig_Man_t *pAig2, Vec_Int_t *vIds1, Vec_Int_t *vIds2, Ssw_Pars_t *pPars) |
int | Ssw_SecGeneral (Aig_Man_t *pAig1, Aig_Man_t *pAig2, Ssw_Pars_t *pPars) |
int | Ssw_SecGeneralMiter (Aig_Man_t *pMiter, Ssw_Pars_t *pPars) |
void Ssw_FreeTempClasses | ( | Vec_Int_t ** | pvClasses, |
int | nObjNumMax | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 252 of file sswPairs.c.
ABC_NAMESPACE_IMPL_START int Ssw_MiterStatus | ( | Aig_Man_t * | p, |
int | fVerbose | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswPairs.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Calls to the SAT solver.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Reports the status of the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file sswPairs.c.
int Ssw_SecGeneral | ( | Aig_Man_t * | pAig1, |
Aig_Man_t * | pAig2, | ||
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Runs inductive SEC for the miter of two AIGs.]
Description []
SideEffects []
SeeAlso []
Definition at line 415 of file sswPairs.c.
int Ssw_SecGeneralMiter | ( | Aig_Man_t * | pMiter, |
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Runs inductive SEC for the miter of two AIGs.]
Description []
SideEffects []
SeeAlso []
Definition at line 452 of file sswPairs.c.
int Ssw_SecWithPairs | ( | Aig_Man_t * | pAig1, |
Aig_Man_t * | pAig2, | ||
Vec_Int_t * | vIds1, | ||
Vec_Int_t * | vIds2, | ||
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Runs inductive SEC for the miter of two AIGs with node pairs defined.]
Description []
SideEffects []
SeeAlso []
Definition at line 380 of file sswPairs.c.
Function*************************************************************
Synopsis [Runs inductive SEC for the miter of two AIGs with node pairs defined.]
Description []
SideEffects []
SeeAlso []
Definition at line 317 of file sswPairs.c.
Aig_Man_t* Ssw_SignalCorrespondenceWithPairs | ( | Aig_Man_t * | pAig1, |
Aig_Man_t * | pAig2, | ||
Vec_Int_t * | vIds1, | ||
Vec_Int_t * | vIds2, | ||
Ssw_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Performs signal correspondence for the miter of two AIGs with node pairs defined.]
Description []
SideEffects []
SeeAlso []
Definition at line 272 of file sswPairs.c.
Vec_Int_t* Ssw_TransferSignalPairs | ( | Aig_Man_t * | pMiter, |
Aig_Man_t * | pAig1, | ||
Aig_Man_t * | pAig2, | ||
Vec_Int_t * | vIds1, | ||
Vec_Int_t * | vIds2 | ||
) |
Function*************************************************************
Synopsis [Transfer equivalent pairs to the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file sswPairs.c.
Function*************************************************************
Synopsis [Transform pairs into class representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file sswPairs.c.