abc-master
|
#include "mvc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Mvc_Cube_t * | Mvc_CoverSort_rec (Mvc_Cube_t *pList, int nItems, Mvc_Cube_t *pMask, int(*pCompareFunc)(Mvc_Cube_t *, Mvc_Cube_t *, Mvc_Cube_t *)) |
DECLARATIONS ///. More... | |
Mvc_Cube_t * | Mvc_CoverSortMerge (Mvc_Cube_t *pList1, Mvc_Cube_t *pList2, Mvc_Cube_t *pMask, int(*pCompareFunc)(Mvc_Cube_t *, Mvc_Cube_t *, Mvc_Cube_t *)) |
void | Mvc_CoverSort (Mvc_Cover_t *pCover, Mvc_Cube_t *pMask, int(*pCompareFunc)(Mvc_Cube_t *, Mvc_Cube_t *, Mvc_Cube_t *)) |
FuNCTION DEFINITIONS ///. More... | |
void Mvc_CoverSort | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pMask, | ||
int(*)(Mvc_Cube_t *, Mvc_Cube_t *, Mvc_Cube_t *) | pCompareFunc | ||
) |
FuNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Sorts cubes using the given cost function.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file mvcSort.c.
Mvc_Cube_t * Mvc_CoverSort_rec | ( | Mvc_Cube_t * | pList, |
int | nItems, | ||
Mvc_Cube_t * | pMask, | ||
int(*)(Mvc_Cube_t *, Mvc_Cube_t *, Mvc_Cube_t *) | pCompareFunc | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcSort.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Sorting cubes in the cover with the mask.]
Author [MVSIS Group]
Affiliation [uC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]
Function*************************************************************
Synopsis [Recursive part of Mvc_CoverSort()]
Description []
SideEffects []
SeeAlso []
Definition at line 75 of file mvcSort.c.
Mvc_Cube_t * Mvc_CoverSortMerge | ( | Mvc_Cube_t * | pList1, |
Mvc_Cube_t * | pList2, | ||
Mvc_Cube_t * | pMask, | ||
int(*)(Mvc_Cube_t *, Mvc_Cube_t *, Mvc_Cube_t *) | pCompareFunc | ||
) |