|
abc-master
|
#include "covInt.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Min_CubeCreate (Vec_Str_t *vCover, Min_Cube_t *pCube, char Type) |
| DECLARATIONS ///. More... | |
| void | Min_CoverCreate (Vec_Str_t *vCover, Min_Cube_t *pCover, char Type) |
| void | Min_CubeWrite (FILE *pFile, Min_Cube_t *pCube) |
| void | Min_CoverWrite (FILE *pFile, Min_Cube_t *pCover) |
| void | Min_CoverWriteStore (FILE *pFile, Min_Man_t *p) |
| void | Min_CoverWriteFile (Min_Cube_t *pCover, char *pName, int fEsop) |
| void | Min_CoverCheck (Min_Man_t *p) |
| int | Min_CubeCheck (Min_Cube_t *pCube) |
| Min_Cube_t * | Min_CoverCollect (Min_Man_t *p, int nSuppSize) |
| void | Min_CoverExpand (Min_Man_t *p, Min_Cube_t *pCover) |
| int | Min_CoverSuppVarNum (Min_Man_t *p, Min_Cube_t *pCover) |
| void Min_CoverCheck | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 223 of file covMinUtil.c.
| Min_Cube_t* Min_CoverCollect | ( | Min_Man_t * | p, |
| int | nSuppSize | ||
| ) |
Function*************************************************************
Synopsis [Converts the cover from the sorted structure.]
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file covMinUtil.c.
| void Min_CoverCreate | ( | Vec_Str_t * | vCover, |
| Min_Cube_t * | pCover, | ||
| char | Type | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 85 of file covMinUtil.c.
| void Min_CoverExpand | ( | Min_Man_t * | p, |
| Min_Cube_t * | pCover | ||
| ) |
Function*************************************************************
Synopsis [Sorts the cover in the increasing number of literals.]
Description []
SideEffects []
SeeAlso []
Definition at line 294 of file covMinUtil.c.
| int Min_CoverSuppVarNum | ( | Min_Man_t * | p, |
| Min_Cube_t * | pCover | ||
| ) |
Function*************************************************************
Synopsis [Sorts the cover in the increasing number of literals.]
Description []
SideEffects []
SeeAlso []
Definition at line 317 of file covMinUtil.c.
| void Min_CoverWrite | ( | FILE * | pFile, |
| Min_Cube_t * | pCover | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 140 of file covMinUtil.c.
| void Min_CoverWriteFile | ( | Min_Cube_t * | pCover, |
| char * | pName, | ||
| int | fEsop | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file covMinUtil.c.
| void Min_CoverWriteStore | ( | FILE * | pFile, |
| Min_Man_t * | p | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file covMinUtil.c.
| int Min_CubeCheck | ( | Min_Cube_t * | pCube | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 244 of file covMinUtil.c.
| ABC_NAMESPACE_IMPL_START void Min_CubeCreate | ( | Vec_Str_t * | vCover, |
| Min_Cube_t * | pCube, | ||
| char | Type | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [covMinUtil.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [Utilities.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file covMinUtil.c.
| void Min_CubeWrite | ( | FILE * | pFile, |
| Min_Cube_t * | pCube | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file covMinUtil.c.