Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/mazerouter/
H A Dmazerouter.h205 …, bool makeJumper, Score & currentScore, const QSizeF gridSize, QList<NetOrdering> & allOrderings);
206 …l makeJumper, Score & currentScore, int netIndex, RouteThing &, QList<NetOrdering> & allOrderings);
221 bool moveBack(Score & currentScore, int index, QList<NetOrdering> & allOrderings);
226 …nnectorItem *> > & subnets, Score & currentScore, int netIndex, QList<NetOrdering> & allOrderings);
H A Dmazerouter.cpp772 QList<NetOrdering> allOrderings; in start() local
773 allOrderings << initialOrdering; in start()
777 for (; run < m_maxCycles && run < allOrderings.count(); run++) { in start()
786 currentScore.setOrdering(allOrderings.at(run)); in start()
788 routeNets(netList, false, currentScore, gridSize, allOrderings); in start()
819 routeNets(netList, true, bestScore, gridSize, allOrderings); in start()
835 routeNets(netList, true, bestScore, gridSize, allOrderings); in start()
1189 if (moveBack(currentScore, i, allOrderings)) { in routeOne()
1283 result = routeOne(makeJumper, currentScore, netIndex, routeThing, allOrderings); in routeNext()
1301 foreach (NetOrdering ordering, allOrderings) { in moveBack()
[all …]