abc-master
|
#include "mvc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Mvc_CoverRemoveDuplicates (Mvc_Cover_t *pCover) |
DECLARATIONS ///. More... | |
static void | Mvc_CoverRemoveContained (Mvc_Cover_t *pCover) |
int | Mvc_CoverContain (Mvc_Cover_t *pCover) |
FUNCTION DEFINITIONS ///. More... | |
int Mvc_CoverContain | ( | Mvc_Cover_t * | pCover | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Removes the contained cubes.]
Description [Returns 1 if the cover has been changed.]
SideEffects []
SeeAlso []
Definition at line 47 of file mvcContain.c.
|
static |
Function*************************************************************
Synopsis [Removes contained cubes from the sorted cube list.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file mvcContain.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcContain.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Making the cover single-cube containment ABC_FREE.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]
Function*************************************************************
Synopsis [Removes adjacent duplicated cubes from the cube list.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file mvcContain.c.