We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8663681 commit 10b7439Copy full SHA for 10b7439
Team20/Code20/source/DispatcherGraph.cpp
@@ -23,7 +23,7 @@ void DispatcherGraph::addDispatcher(ClauseDispatcher *dispatcher) {
23
}
24
for (const auto &associatedDispatcher :
25
symbolsToClauseDispatchersMap[symbol]) {
26
- int weight = countCommonSymbols(dispatcher, associatedDispatcher) * 2;
+ int weight = countCommonSymbols(dispatcher, associatedDispatcher) * -2;
27
adjacencyList.at(dispatcher)
28
.insert(Edge{
29
associatedDispatcher,
0 commit comments