Commit 88c36d9d by Alan Mishchenko

New abstraction code (bug fix).

parent 9ec9d9f3
...@@ -352,6 +352,7 @@ int Aig_GlaFetchVar( Aig_GlaMan_t * p, Aig_Obj_t * pObj, int k ) ...@@ -352,6 +352,7 @@ int Aig_GlaFetchVar( Aig_GlaMan_t * p, Aig_Obj_t * pObj, int k )
Vec_IntPush( p->vVar2Inf, Aig_ObjId(pObj) ); Vec_IntPush( p->vVar2Inf, Aig_ObjId(pObj) );
Vec_IntPush( p->vVar2Inf, k ); Vec_IntPush( p->vVar2Inf, k );
Vec_IntWriteEntry( p->vVec2Var, iVecId * p->nFrames + k, iSatVar ); Vec_IntWriteEntry( p->vVec2Var, iVecId * p->nFrames + k, iSatVar );
sat_solver_setnvars( p->pSat, iSatVar + 1 );
} }
return iSatVar; return iSatVar;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment