Skip to content

Commit

Permalink
[CEC][SimGen][Clean codes] Disabling verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine50 committed Dec 24, 2024
1 parent 7c6d1ff commit 5961231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/proof/cec/cecSatG2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4377,6 +4377,7 @@ Gia_Man_t * Cec_SimGenRun( Gia_Man_t * p, Cec_ParSimGen_t * pPars ){
printf("Using already mapped network\n");
}
pCECPars = (Cec_ParFra_t *) malloc(sizeof( Cec_ParFra_t )); // parameters of CEC
pManSim->pPars->fVerbose = 0; // disabling verbose sat solver
pManSim = Cec4_ManCreate( pMapped, pCECPars );

Cec_DeriveSOPs( pMapped );
Expand Down

0 comments on commit 5961231

Please sign in to comment.