summaryrefslogtreecommitdiffstats
path: root/src/aig/dch/dchSimSat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/dch/dchSimSat.c')
-rw-r--r--src/aig/dch/dchSimSat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aig/dch/dchSimSat.c b/src/aig/dch/dchSimSat.c
index cdfb9271..1fefa6eb 100644
--- a/src/aig/dch/dchSimSat.c
+++ b/src/aig/dch/dchSimSat.c
@@ -86,6 +86,8 @@ void Dch_ManCollectTfoCands( Dch_Man_t * p, Aig_Obj_t * pObj1, Aig_Obj_t * pObj2
Aig_ObjSetTravIdCurrent( p->pAigTotal, Aig_ManConst1(p->pAigTotal) );
Dch_ManCollectTfoCands_rec( p, pObj1 );
Dch_ManCollectTfoCands_rec( p, pObj2 );
+ Vec_PtrSort( p->vSimRoots, Aig_ObjCompareIdIncrease );
+ Vec_PtrSort( p->vSimClasses, Aig_ObjCompareIdIncrease );
}
/**Function*************************************************************