#include "mapperInt.h"
Go to the source code of this file.
Functions | |
| int | Map_CanonComputeSlow (unsigned uTruths[][2], int nVarsMax, int nVarsReal, unsigned uTruth[], unsigned char *puPhases, unsigned uTruthRes[]) |
| FUNCTION DEFINITIONS ///. | |
| int | Map_CanonComputeFast (Map_Man_t *p, int nVarsMax, int nVarsReal, unsigned uTruth[], unsigned char *puPhases, unsigned uTruthRes[]) |
| int Map_CanonComputeFast | ( | Map_Man_t * | p, |
| int | nVarsMax, | ||
| int | nVarsReal, | ||
| unsigned | uTruth[], | ||
| unsigned char * | puPhases, | ||
| unsigned | uTruthRes[] ) |
Function*************************************************************
Synopsis [Computes the N-canonical form of the Boolean function.]
Description [The N-canonical form is defined as the truth table with the minimum integer value. This function exhaustively enumerates through the complete set of 2^N phase assignments.]
SideEffects []
SeeAlso []
Definition at line 173 of file mapperCanon.c.

| int Map_CanonComputeSlow | ( | unsigned | uTruths[][2], |
| int | nVarsMax, | ||
| int | nVarsReal, | ||
| unsigned | uTruth[], | ||
| unsigned char * | puPhases, | ||
| unsigned | uTruthRes[] ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes the N-canonical form of the Boolean function.]
Description [The N-canonical form is defined as the truth table with the minimum integer value. This function exhaustively enumerates through the complete set of 2^N phase assignments.]
SideEffects []
SeeAlso []
Definition at line 48 of file mapperCanon.c.
