New abstraction code (bug fix).

This commit is contained in:
Alan Mishchenko 2011-10-23 13:20:24 +07:00
parent 9ec9d9f315
commit 88c36d9d65
1 changed files with 1 additions and 0 deletions

View File

@ -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, k );
Vec_IntWriteEntry( p->vVec2Var, iVecId * p->nFrames + k, iSatVar );
sat_solver_setnvars( p->pSat, iSatVar + 1 );
}
return iSatVar;
}