From 2279a538b799876c6a12a052c92337b16b2532f9 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 19 Jul 2012 20:38:03 -0700 Subject: New procedures to generate NPN-classes for a library of 6-input functions. --- src/misc/extra/extra.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/misc/extra/extra.h') diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h index 7b2a6f7a..50172691 100644 --- a/src/misc/extra/extra.h +++ b/src/misc/extra/extra.h @@ -200,6 +200,9 @@ extern unsigned ** Extra_TruthPerm53(); extern unsigned ** Extra_TruthPerm54(); /* bubble sort for small number of entries */ extern void Extra_BubbleSort( int Order[], int Costs[], int nSize, int fIncreasing ); +/* complementation/permutation generation */ +extern int * Extra_GreyCodeSchedule( int n ); +extern int * Extra_PermSchedule( int n ); /*=== extraUtilCanon.c ========================================================*/ -- cgit v1.2.3