summaryrefslogtreecommitdiffstats
path: root/src/base/wlc
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/wlc')
-rw-r--r--src/base/wlc/wlcAbs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/wlc/wlcAbs.c b/src/base/wlc/wlcAbs.c
index f1338864..9e829182 100644
--- a/src/base/wlc/wlcAbs.c
+++ b/src/base/wlc/wlcAbs.c
@@ -224,8 +224,8 @@ static Vec_Int_t * Wlc_NtkGetCoreSels( Gia_Man_t * pFrames, int nFrames, int fir
sat_solver_setnvars(pSat, pCnf->nVars);
if ( RunId >= 0 )
{
- pSat->RunId = RunId;
- pSat->pFuncStop = Wla_CallBackToStop;
+ sat_solver_set_runid( pSat, RunId );
+ sat_solver_set_stop_func( pSat, Wla_CallBackToStop );
}
for (i = 0; i < pCnf->nClauses; i++)