Skip to content

Commit

Permalink
[CEC][SimGen][Clean codes] Removing commented SAT calls operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine50 committed Dec 24, 2024
1 parent 0ba2b7d commit 699c8c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/proof/cec/cecSatG2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4476,14 +4476,6 @@ Gia_Man_t * Cec_SimGenRun( Gia_Man_t * p, Cec_ParSimGen_t * pPars ){
Vec_WrdDumpHex( pPars->pFileName, p->vSimsPi, nWordsPerCi , 1 );
}

// call SAT solver
/*
Cec4_CallSATsolver(pMapped, pManSim, pPars->pCECPars);
Gia_Man_t * ppNew; Gia_Obj_t * pObj;
Gia_ManForEachCo( pMapped, pObj, i )
pObj->Value = Gia_ManAppendCo( pManSim->pNew, Gia_ObjFanin0Copy(pObj) );
ppNew = Gia_ManCleanup( pManSim->pNew );
*/
if (pPars->fVerbose || pPars->fVeryVerbose){
pManSim->pPars->fVerbose = 1; // print the ending stats of sat calls
}
Expand Down

0 comments on commit 699c8c4

Please sign in to comment.