summaryrefslogtreecommitdiffstats
path: root/src/misc/extra/extra.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-08 01:42:14 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-08 01:42:14 -0700
commit41fa9a1016d27bd6385e5b49969394d75bba99fd (patch)
treeeb54fa446e99e6361cdc15419bc6f1553006d350 /src/misc/extra/extra.h
parent094bdc05728d850b25d099d24d20e60784d6d8cf (diff)
downloadabc-41fa9a1016d27bd6385e5b49969394d75bba99fd.tar.gz
abc-41fa9a1016d27bd6385e5b49969394d75bba99fd.tar.bz2
abc-41fa9a1016d27bd6385e5b49969394d75bba99fd.zip
New command 'testnpn' to compare semi-canonical forms.
Diffstat (limited to 'src/misc/extra/extra.h')
-rw-r--r--src/misc/extra/extra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h
index 50172691..f198c183 100644
--- a/src/misc/extra/extra.h
+++ b/src/misc/extra/extra.h
@@ -203,6 +203,7 @@ extern void Extra_BubbleSort( int Order[], int Costs[], int nSize, int fI
/* complementation/permutation generation */
extern int * Extra_GreyCodeSchedule( int n );
extern int * Extra_PermSchedule( int n );
+extern word Extra_Truth6Minimum( word t, int * pComp, int * pPerm );
/*=== extraUtilCanon.c ========================================================*/