abc-master
|
#include "luckyInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START swapInfo * | setSwapInfoPtr (int varsN) |
static void | freeSwapInfoPtr (swapInfo *x) |
int | nextSwap (swapInfo *x) |
void | fillInSwapArray (permInfo *pi) |
int | oneBitPosition (int x, int size) |
void | fillInFlipArray (permInfo *pi) |
static int | factorial (int n) |
permInfo * | setPermInfoPtr (int var) |
void | freePermInfoPtr (permInfo *x) |
static void | minWord (word *a, word *b, word *minimal, int nVars) |
static void | minWord3 (word *a, word *b, word *minimal, int nVars) |
void | simpleMinimal (word *x, word *pAux, word *minimal, permInfo *pi, int nVars) |
|
inlinestatic |
Definition at line 106 of file luckySimple.c.
void fillInFlipArray | ( | permInfo * | pi | ) |
Definition at line 94 of file luckySimple.c.
void fillInSwapArray | ( | permInfo * | pi | ) |
Definition at line 72 of file luckySimple.c.
void freePermInfoPtr | ( | permInfo * | x | ) |
Definition at line 126 of file luckySimple.c.
|
static |
Definition at line 40 of file luckySimple.c.
Definition at line 132 of file luckySimple.c.
Definition at line 139 of file luckySimple.c.
int nextSwap | ( | swapInfo * | x | ) |
Definition at line 47 of file luckySimple.c.
int oneBitPosition | ( | int | x, |
int | size | ||
) |
Definition at line 86 of file luckySimple.c.
permInfo* setPermInfoPtr | ( | int | var | ) |
Definition at line 110 of file luckySimple.c.
|
static |
CFile****************************************************************
FileName [luckySimple.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Semi-canonical form computation package.]
Synopsis [Truth table minimization procedures.]
Author [Jake]
Date [Started - August 2012]
Definition at line 21 of file luckySimple.c.
Definition at line 151 of file luckySimple.c.