Module org.maxicp

Class TSPSeqVarLNS

java.lang.Object
org.maxicp.cp.examples.raw.tsp.TSPSeqVarLNS

public class TSPSeqVarLNS extends Object
Traveling salesman problem. Wikipedia.
  • Constructor Details

    • TSPSeqVarLNS

      public TSPSeqVarLNS()
  • Method Details

    • main

      public static void main(String[] args)
    • randomSubset

      public static Set<Integer> randomSubset(Random rand, int from, int to, int size)
      Random selection of a set of cardinality size on the range [from..to-1]