
Go to the source code of this file.
Functions | |
| void | Fxu_MatrixComputeSingles (Fxu_Matrix *p, int fUse0, int nSingleMax) |
| FUNCTION DEFINITIONS ///. | |
| void | Fxu_MatrixComputeSinglesOne (Fxu_Matrix *p, Fxu_Var *pVar) |
| int | Fxu_SingleCountCoincidence (Fxu_Matrix *p, Fxu_Var *pVar1, Fxu_Var *pVar2) |
| void Fxu_MatrixComputeSingles | ( | Fxu_Matrix * | p, |
| int | fUse0, | ||
| int | nSingleMax ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes and adds all single-cube divisors to storage.]
Description [This procedure should be called once when the matrix is already contructed before the process of logic extraction begins..]
SideEffects []
SeeAlso []
Definition at line 47 of file fxuSingle.c.


| void Fxu_MatrixComputeSinglesOne | ( | Fxu_Matrix * | p, |
| Fxu_Var * | pVar ) |
Function*************************************************************
Synopsis [Adds the single-cube divisors associated with a new column.]
Description []
SideEffects []
SeeAlso []
Definition at line 184 of file fxuSingle.c.

| int Fxu_SingleCountCoincidence | ( | Fxu_Matrix * | p, |
| Fxu_Var * | pVar1, | ||
| Fxu_Var * | pVar2 ) |
Function*************************************************************
Synopsis [Computes the coincidence count of two columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file fxuSingle.c.
