summaryrefslogtreecommitdiffstats
path: root/src/sop/ft/ft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sop/ft/ft.h')
-rw-r--r--src/sop/ft/ft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sop/ft/ft.h b/src/sop/ft/ft.h
index cea7d935..da162e99 100644
--- a/src/sop/ft/ft.h
+++ b/src/sop/ft/ft.h
@@ -95,6 +95,8 @@ extern Vec_Int_t * Ft_Factor( char * pSop );
extern int Ft_FactorGetNumNodes( Vec_Int_t * vForm );
extern int Ft_FactorGetNumVars( Vec_Int_t * vForm );
extern void Ft_FactorComplement( Vec_Int_t * vForm );
+extern Vec_Int_t * Ft_FactorConst( int fConst1 );
+extern Vec_Int_t * Ft_FactorVar( int iVar, int nVars, int fCompl );
/*=== ftPrint.c =====================================================*/
extern void Ft_FactorPrint( FILE * pFile, Vec_Int_t * vForm, char * pNamesIn[], char * pNameOut );