Eren Yilmaz 5 anni fa
parent
commit
00dc0c9a2c

BIN
doc/Epresentation.odp


+ 0 - 0
big.json → graphs/big.json


+ 0 - 0
error_after_combine.json → graphs/error_after_combine.json


+ 0 - 0
error_after_combine2.json → graphs/error_after_combine2.json


+ 0 - 0
error_after_combine3.json → graphs/error_after_combine3.json


+ 0 - 0
logo.json → graphs/logo.json


+ 0 - 0
papergraph.json → graphs/papergraph.json


+ 0 - 0
papergraph_in_two_nodes.json → graphs/papergraph_in_two_nodes.json


+ 0 - 0
save.json → graphs/save.json


+ 0 - 0
save_err1.json → graphs/save_err1.json


+ 0 - 0
small.json → graphs/small.json


+ 0 - 0
test.json → graphs/test.json


+ 0 - 0
test2.json → graphs/test2.json


+ 0 - 0
test3.json → graphs/test3.json


+ 0 - 0
test4.json → graphs/test4.json


+ 0 - 0
NodeShuffler.pptx → presentation/NodeShuffler.pptx


+ 1 - 1
src/main/Main.java

@@ -18,7 +18,7 @@ public class Main {
      */
     public static void main(String[] args) {
         // read a graph from a file
-        Reader r = new Reader( "logo.json" );
+        Reader r = new Reader( "graphs/logo.json" );
         LayeredGraphNode graph = r.readInputGraph();
         // compute some initial position for the graph
         SimpleNodePlacement.placeNodes( graph );