|
abc-master
|
#include "intInt.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START sat_solver * | Inter_ManDeriveSatSolver (Aig_Man_t *pInter, Cnf_Dat_t *pCnfInter, Aig_Man_t *pAig, Cnf_Dat_t *pCnfAig, Aig_Man_t *pFrames, Cnf_Dat_t *pCnfFrames, Vec_Int_t *vVarsAB, int fUseBackward) |
| DECLARATIONS ///. More... | |
| int | Inter_ManPerformOneStep (Inter_Man_t *p, int fUseBias, int fUseBackward, abctime nTimeNewOut) |
| ABC_NAMESPACE_IMPL_START sat_solver* Inter_ManDeriveSatSolver | ( | Aig_Man_t * | pInter, |
| Cnf_Dat_t * | pCnfInter, | ||
| Aig_Man_t * | pAig, | ||
| Cnf_Dat_t * | pCnfAig, | ||
| Aig_Man_t * | pFrames, | ||
| Cnf_Dat_t * | pCnfFrames, | ||
| Vec_Int_t * | vVarsAB, | ||
| int | fUseBackward | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [intM114.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Intepolation using ABC's proof generator added to MiniSat-1.14c.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 24, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the SAT solver for one interpolation run.]
Description [pInter is the previous interpolant. pAig is one time frame. pFrames is the unrolled time frames.]
SideEffects []
SeeAlso []
Definition at line 46 of file intM114.c.
| int Inter_ManPerformOneStep | ( | Inter_Man_t * | p, |
| int | fUseBias, | ||
| int | fUseBackward, | ||
| abctime | nTimeNewOut | ||
| ) |
Function*************************************************************
Synopsis [Performs one SAT run with interpolation.]
Description [Returns 1 if proven. 0 if failed. -1 if undecided.]
SideEffects []
SeeAlso []
Definition at line 203 of file intM114.c.