#include "Fxch.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Fxch_CubesGruping (Fxch_Man_t *pFxchMan) |
| FUNCTION DEFINITIONS ///. | |
| void | Fxch_CubesUnGruping (Fxch_Man_t *pFxchMan) |
| int | Fxch_FastExtract (Vec_Wec_t *vCubes, int ObjIdMax, int nMaxDivExt, int fVerbose, int fVeryVerbose) |
| int | Abc_NtkFxchPerform (Abc_Ntk_t *pNtk, int nMaxDivExt, int fVerbose, int fVeryVerbose) |
| int Abc_NtkFxchPerform | ( | Abc_Ntk_t * | pNtk, |
| int | nMaxDivExt, | ||
| int | fVerbose, | ||
| int | fVeryVerbose ) |
Function*************************************************************
Synopsis [ Retrives the necessary information for the fast extract with cube hashing. ]
Description []
SideEffects []
SeeAlso []
Definition at line 229 of file Fxch.c.

| ABC_NAMESPACE_IMPL_START void Fxch_CubesGruping | ( | Fxch_Man_t * | pFxchMan | ) |
FUNCTION DEFINITIONS ///.
CFile****************************************************************
FileName [ Fxch.c ]
PackageName [ Fast eXtract with Cube Hashing (FXCH) ]
Synopsis [ The entrance into the fast extract module. ]
Author [ Bruno Schmitt - boschmitt at inf.ufrgs.br ]
Affiliation [ UFRGS ]
Date [ Ver. 1.0. Started - March 6, 2016. ]
Revision [] Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 37 of file Fxch.c.

| void Fxch_CubesUnGruping | ( | Fxch_Man_t * | pFxchMan | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file Fxch.c.

| int Fxch_FastExtract | ( | Vec_Wec_t * | vCubes, |
| int | ObjIdMax, | ||
| int | nMaxDivExt, | ||
| int | fVerbose, | ||
| int | fVeryVerbose ) |
Function*************************************************************
Synopsis [ Performs fast extract with cube hashing on a set of covers. ]
Description []
SideEffects []
SeeAlso []
Definition at line 160 of file Fxch.c.

