abc-master
|
#include "mvc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Mvc_Cover_t * | Mvc_CoverAlgebraicMultiply (Mvc_Cover_t *pCover1, Mvc_Cover_t *pCover2) |
DECLARATIONS ///. More... | |
Mvc_Cover_t * | Mvc_CoverAlgebraicSubtract (Mvc_Cover_t *pCover1, Mvc_Cover_t *pCover2) |
int | Mvc_CoverAlgebraicEqual (Mvc_Cover_t *pCover1, Mvc_Cover_t *pCover2) |
int Mvc_CoverAlgebraicEqual | ( | Mvc_Cover_t * | pCover1, |
Mvc_Cover_t * | pCover2 | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file mvcOpAlg.c.
ABC_NAMESPACE_IMPL_START Mvc_Cover_t* Mvc_CoverAlgebraicMultiply | ( | Mvc_Cover_t * | pCover1, |
Mvc_Cover_t * | pCover2 | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcOperAlg.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Miscellaneous operations on covers.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Multiplies two disjoint-support covers.]
Description []
SideEffects []
SeeAlso []
Definition at line 43 of file mvcOpAlg.c.
Mvc_Cover_t* Mvc_CoverAlgebraicSubtract | ( | Mvc_Cover_t * | pCover1, |
Mvc_Cover_t * | pCover2 | ||
) |
Function*************************************************************
Synopsis [Subtracts the second cover from the first.]
Description []
SideEffects []
SeeAlso []
Definition at line 88 of file mvcOpAlg.c.