public class Tsp2po
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Tsp2po.Matrix |
Modifier and Type | Method and Description |
---|---|
static <G extends AbstractGraph> |
createMatrix(G graph,
int[] vertexIds,
double maxCost,
Log log,
java.util.Properties params,
double dbl2LongFactor) |
static int[] |
solve(Tsp2po.Matrix mx,
Log log,
boolean asRing,
double tolerance,
java.lang.String tspChain) |
public static <G extends AbstractGraph> Tsp2po.Matrix createMatrix(G graph, int[] vertexIds, double maxCost, Log log, java.util.Properties params, double dbl2LongFactor) throws java.lang.Exception
java.lang.Exception
public static int[] solve(Tsp2po.Matrix mx, Log log, boolean asRing, double tolerance, java.lang.String tspChain)