abc-master
|
#include "base/abc/abc.h"
#include "base/main/main.h"
#include "misc/mvc/mvc.h"
#include "misc/extra/extraBdd.h"
#include "dec.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Dec_Edge_t | Dec_Factor_rec (Dec_Graph_t *pFForm, Mvc_Cover_t *pCover) |
DECLARATIONS ///. More... | |
static Dec_Edge_t | Dec_FactorLF_rec (Dec_Graph_t *pFForm, Mvc_Cover_t *pCover, Mvc_Cover_t *pSimple) |
static Dec_Edge_t | Dec_FactorTrivial (Dec_Graph_t *pFForm, Mvc_Cover_t *pCover) |
static Dec_Edge_t | Dec_FactorTrivialCube (Dec_Graph_t *pFForm, Mvc_Cover_t *pCover, Mvc_Cube_t *pCube, Vec_Int_t *vEdgeLits) |
static Dec_Edge_t | Dec_FactorTrivialTree_rec (Dec_Graph_t *pFForm, Dec_Edge_t *peNodes, int nNodes, int fNodeOr) |
static int | Dec_FactorVerify (char *pSop, Dec_Graph_t *pFForm) |
static Mvc_Cover_t * | Dec_ConvertSopToMvc (char *pSop) |
Dec_Graph_t * | Dec_Factor (char *pSop) |
FUNCTION DEFINITIONS ///. More... | |
|
static |
Function*************************************************************
Synopsis [Converts SOP into MVC.]
Description []
SideEffects []
SeeAlso []
Definition at line 326 of file decFactor.c.
Dec_Graph_t* Dec_Factor | ( | char * | pSop | ) |
FUNCTION DEFINITIONS ///.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Factors the cover.]
Description []
SideEffects []
SeeAlso []
Definition at line 55 of file decFactor.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ftFactor.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Procedures for algebraic factoring.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]
Function*************************************************************
Synopsis [Internal recursive factoring procedure.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file decFactor.c.
|
static |
Function*************************************************************
Synopsis [Internal recursive factoring procedure for the leaf case.]
Description []
SideEffects []
SeeAlso []
Definition at line 188 of file decFactor.c.
|
static |
Function*************************************************************
Synopsis [Factoring the cover, which has no algebraic divisors.]
Description []
SideEffects []
SeeAlso []
Definition at line 233 of file decFactor.c.
|
static |
Function*************************************************************
Synopsis [Factoring the cube.]
Description []
SideEffects []
SeeAlso []
Definition at line 262 of file decFactor.c.
|
static |
Function*************************************************************
Synopsis [Create the well-balanced tree of nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 289 of file decFactor.c.
|
static |
Function*************************************************************
Synopsis [Verifies that the factoring is correct.]
Description []
SideEffects []
SeeAlso []
Definition at line 368 of file decFactor.c.