#include "Fxch.h"
Go to the source code of this file.
Functions | |
| Fxch_Man_t * | Fxch_ManAlloc (Vec_Wec_t *vCubes) |
| PUBLIC INTERFACE ///. | |
| void | Fxch_ManFree (Fxch_Man_t *pFxchMan) |
| void | Fxch_ManMapLiteralsIntoCubes (Fxch_Man_t *pFxchMan, int nVars) |
| void | Fxch_ManGenerateLitHashKeys (Fxch_Man_t *pFxchMan) |
| void | Fxch_ManSCHashTablesInit (Fxch_Man_t *pFxchMan) |
| void | Fxch_ManSCHashTablesFree (Fxch_Man_t *pFxchMan) |
| void | Fxch_ManDivCreate (Fxch_Man_t *pFxchMan) |
| int | Fxch_ManComputeLevelDiv (Fxch_Man_t *pFxchMan, Vec_Int_t *vCubeFree) |
| int | Fxch_ManComputeLevelCube (Fxch_Man_t *pFxchMan, Vec_Int_t *vCube) |
| void | Fxch_ManComputeLevel (Fxch_Man_t *pFxchMan) |
| void | Fxch_ManUpdate (Fxch_Man_t *pFxchMan, int iDiv) |
| void | Fxch_ManPrintDivs (Fxch_Man_t *pFxchMan) |
| void | Fxch_ManPrintStats (Fxch_Man_t *pFxchMan) |
| Fxch_Man_t * Fxch_ManAlloc | ( | Vec_Wec_t * | vCubes | ) |
PUBLIC INTERFACE ///.
Definition at line 169 of file FxchMan.c.

| void Fxch_ManComputeLevel | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 338 of file FxchMan.c.


| int Fxch_ManComputeLevelCube | ( | Fxch_Man_t * | pFxchMan, |
| Vec_Int_t * | vCube ) |
Definition at line 325 of file FxchMan.c.

| int Fxch_ManComputeLevelDiv | ( | Fxch_Man_t * | pFxchMan, |
| Vec_Int_t * | vCubeFree ) |
Definition at line 312 of file FxchMan.c.

| void Fxch_ManDivCreate | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 288 of file FxchMan.c.

| void Fxch_ManFree | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 192 of file FxchMan.c.

| void Fxch_ManGenerateLitHashKeys | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 255 of file FxchMan.c.


| void Fxch_ManMapLiteralsIntoCubes | ( | Fxch_Man_t * | pFxchMan, |
| int | nVars ) |
Definition at line 215 of file FxchMan.c.

| void Fxch_ManPrintDivs | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 764 of file FxchMan.c.


| void Fxch_ManPrintStats | ( | Fxch_Man_t * | pFxchMan | ) |
| void Fxch_ManSCHashTablesFree | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 283 of file FxchMan.c.


| void Fxch_ManSCHashTablesInit | ( | Fxch_Man_t * | pFxchMan | ) |
Definition at line 265 of file FxchMan.c.


| void Fxch_ManUpdate | ( | Fxch_Man_t * | pFxchMan, |
| int | iDiv ) |
Function*************************************************************
Synopsis [Updates the data-structure when one divisor is selected.]
Description []
SideEffects []
SeeAlso []
Definition at line 584 of file FxchMan.c.
