Home
last modified time | relevance | path

Searched refs:LeavesBest (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/ivy/
H A DivyCut.c94 int LeavesBest[10]; in Ivy_ManSeqFindCut_int() local
112 LeavesBest[0] = Leaf; in Ivy_ManSeqFindCut_int()
116 LeavesBest[Counter++] = Leaf; in Ivy_ManSeqFindCut_int()
133 LeafBest = LeavesBest[rand() % Counter]; in Ivy_ManSeqFindCut_int()