From 023e92c4700283d4de6e60c5b5054c2d2452b98f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 17 Sep 2014 18:58:20 -0700 Subject: Improvements to Boolean matching. --- src/map/if/if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index 5e0dd1b7..0f217d20 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -539,6 +539,7 @@ extern If_DsdMan_t * If_DsdManAlloc( int nVars, int nLutSize ); extern void If_DsdManAllocIsops( If_DsdMan_t * p, int nLutSize ); extern void If_DsdManPrint( If_DsdMan_t * p, char * pFileName, int Number, int Support, int fOccurs, int fTtDump, int fVerbose ); extern void If_DsdManTune( If_DsdMan_t * p, int LutSize, int fFast, int fAdd, int fSpec, int fVerbose ); +extern void Id_DsdManTuneStr( If_DsdMan_t * p, char * pStruct, int nConfls, int fVerbose ); extern void If_DsdManFree( If_DsdMan_t * p, int fVerbose ); extern void If_DsdManSave( If_DsdMan_t * p, char * pFileName ); extern If_DsdMan_t * If_DsdManLoad( char * pFileName ); -- cgit v1.2.3