abc-master
|
#include "covInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Min_SopRewrite (Min_Man_t *p) |
DECLARATIONS ///. More... | |
void | Min_SopMinimize (Min_Man_t *p) |
FUNCTION DEFINITIONS ///. More... | |
int | Min_SopAddCubeInt (Min_Man_t *p, Min_Cube_t *pCube) |
void | Min_SopAddCube (Min_Man_t *p, Min_Cube_t *pCube) |
void | Min_SopContain (Min_Man_t *p) |
void | Min_SopDist1Merge (Min_Man_t *p) |
Min_Cube_t * | Min_SopComplement (Min_Man_t *p, Min_Cube_t *pSharp) |
int | Min_SopCheck (Min_Man_t *p) |
void Min_SopAddCube | ( | Min_Man_t * | p, |
Min_Cube_t * | pCube | ||
) |
Function*************************************************************
Synopsis [Adds the cube to storage.]
Description []
SideEffects []
SeeAlso []
Definition at line 433 of file covMinSop.c.
int Min_SopAddCubeInt | ( | Min_Man_t * | p, |
Min_Cube_t * | pCube | ||
) |
Function*************************************************************
Synopsis [Adds cube to the SOP cover stored in the manager.]
Description [Returns 0 if the cube is added or removed. Returns 1 if the cube is glued with some other cube and has to be added again.]
SideEffects []
SeeAlso []
Definition at line 361 of file covMinSop.c.
int Min_SopCheck | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 585 of file covMinSop.c.
Min_Cube_t* Min_SopComplement | ( | Min_Man_t * | p, |
Min_Cube_t * | pSharp | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 526 of file covMinSop.c.
void Min_SopContain | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 456 of file covMinSop.c.
void Min_SopDist1Merge | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 494 of file covMinSop.c.
void Min_SopMinimize | ( | Min_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file covMinSop.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [covMinSop.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [SOP manipulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file covMinSop.c.