Implementation and data for papers:
$git clone https://github.com/binhmop/neat.git
$cd neat
$mvn clean compile package
This will create an executable jar at target/neat-1.0-SNAPSHOT-jar-with-dependencies.jar
Eclipse -> File -> Import -> Existing Maven Projects
$java -DconfigFile=configs/mapconfig.xml -DtraceFile=configs/traces/sj-1000.txt -jar target/neat-1.0-SNAPSHOT-jar-with-dependencies.jar
This software is published for academic and non-commercial use only.