xavierwoo / DTPSolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Dominating Tree Problem solver

This is the experiment code for the paper A Two-level Meta-heuristic Approach for the Minimum Dominating Tree Problem

Execute using the following command:

java -jar DominatingTree.jar <instans file> <time limit> <run count>

For example the following command test the instance stored in 'instance.txt' for ten times, each test is limited in 1000 seconds.

java -jar DominatingTree.jar instance.txt 1000 10

The results will be stored in 'resTotal.csv'.

About


Languages

Language:Java 100.0%