summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/cec/cec.h')
-rw-r--r--src/proof/cec/cec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/cec/cec.h b/src/proof/cec/cec.h
index 7c101570..40aa9799 100644
--- a/src/proof/cec/cec.h
+++ b/src/proof/cec/cec.h
@@ -206,6 +206,7 @@ struct Cec_ParSeq_t_
/*=== cecCec.c ==========================================================*/
extern int Cec_ManVerify( Gia_Man_t * p, Cec_ParCec_t * pPars );
extern int Cec_ManVerifyTwo( Gia_Man_t * p0, Gia_Man_t * p1, int fVerbose );
+extern int Cec_ManVerifyTwoInv( Gia_Man_t * p0, Gia_Man_t * p1, int fVerbose );
extern int Cec_ManVerifySimple( Gia_Man_t * p );
/*=== cecChoice.c ==========================================================*/
extern Gia_Man_t * Cec_ManChoiceComputation( Gia_Man_t * pAig, Cec_ParChc_t * pPars );