Skip to content
Snippets Groups Projects

added Kerneltrack

Merged Ghost User requested to merge feature/kernelTrackplusImprovements into develop
5 files
+ 127
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -33,7 +33,6 @@ public class PaceHeuristic {
System.exit(-1);
}
currentBest = getTrivialChanges(graph);
while (!stop) {
PositionGraph graphP = new PositionGraph(graph, 2);
LayoutUpperBoundHeuristic heuristic = new LayoutUpperBoundHeuristic(null);
Loading