Class AntTsp
- java.lang.Object
-
- org.processmining.logfiltering.algorithms.KCenter.AntTsp
-
public class AntTsp extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int[]bestTourdoublebestTourLengthintmintn
-
Constructor Summary
Constructors Constructor Description AntTsp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static doublepow(double a, double b)voidreadGraph(java.lang.String path)int[]solve()static java.lang.StringtourToString(int[] tour)
-
-
-
Method Detail
-
readGraph
public void readGraph(java.lang.String path) throws java.io.IOException- Throws:
java.io.IOException
-
pow
public static double pow(double a, double b)
-
tourToString
public static java.lang.String tourToString(int[] tour)
-
solve
public int[] solve()
-
main
public static void main(java.lang.String[] args)
-
-