fr.umlv.roadcoloring.main
Class Main

java.lang.Object
  extended by fr.umlv.roadcoloring.main.Main

public class Main
extends java.lang.Object

Main class for launch the algorithm

Author:
fsikora

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          launch usage : -n n [generator] for generate a graph of n nodes -f filename, generate a graph from a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException
launch usage : -n n [generator] for generate a graph of n nodes -f filename, generate a graph from a file

Parameters:
args - the args
Throws:
java.lang.InterruptedException