From 7fe11c51cfb050dafef1cf875dc4eb4e65352465 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 16 Mar 2015 19:38:43 +0700 Subject: Several bug fixes and silencing requests. --- src/proof/cec/cec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof/cec/cec.h') diff --git a/src/proof/cec/cec.h b/src/proof/cec/cec.h index 3fb5d0b0..805a5d73 100644 --- a/src/proof/cec/cec.h +++ b/src/proof/cec/cec.h @@ -210,7 +210,7 @@ extern void Cec_ManFraSetDefaultParams( Cec_ParFra_t * p ); extern void Cec_ManCecSetDefaultParams( Cec_ParCec_t * p ); extern void Cec_ManCorSetDefaultParams( Cec_ParCor_t * p ); extern void Cec_ManChcSetDefaultParams( Cec_ParChc_t * p ); -extern Gia_Man_t * Cec_ManSatSweeping( Gia_Man_t * pAig, Cec_ParFra_t * pPars ); +extern Gia_Man_t * Cec_ManSatSweeping( Gia_Man_t * pAig, Cec_ParFra_t * pPars, int fSilent ); extern Gia_Man_t * Cec_ManSatSolving( Gia_Man_t * pAig, Cec_ParSat_t * pPars ); extern void Cec_ManSimulation( Gia_Man_t * pAig, Cec_ParSim_t * pPars ); /*=== cecSeq.c ==========================================================*/ -- cgit v1.2.3