abc-master
|
#include "sswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Ssw_NodesAreEquiv (Ssw_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew) |
DECLARATIONS ///. More... | |
int | Ssw_NodesAreConstrained (Ssw_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew) |
int | Ssw_NodeIsConstrained (Ssw_Man_t *p, Aig_Obj_t *pPoObj) |
Function*************************************************************
Synopsis [Constrains one node in the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 286 of file sswSat.c.
Function*************************************************************
Synopsis [Constrains two nodes to be equivalent in the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file sswSat.c.
ABC_NAMESPACE_IMPL_START int Ssw_NodesAreEquiv | ( | Ssw_Man_t * | p, |
Aig_Obj_t * | pOld, | ||
Aig_Obj_t * | pNew | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswSat.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 [Runs equivalence test for the two nodes.]
Description [Both nodes should be regular and different from each other.]
SideEffects []
SeeAlso []
Definition at line 45 of file sswSat.c.