|
@@ -17,7 +17,7 @@ public class Main {
|
|
|
* @param args the command line arguments, currently not in use
|
|
|
*/
|
|
|
public static void main(String[] args) {
|
|
|
- Reader r = new Reader( "papergraph.json" );
|
|
|
+ Reader r = new Reader( "test3.json" );
|
|
|
LayeredGraphNode graph = r.readInputGraph();
|
|
|
//RandomGraphGenerator r = new RandomGraphGenerator( 0.1, 0.2, 5,5, 5, 5, 1 );
|
|
|
//LayeredGraphNode graph = r.createRandomNode( null, 0 );
|