Package rinde.sim.pdptw.fabrirecht

Examples of rinde.sim.pdptw.fabrirecht.FabriRechtScenario


  public static void main2(String[] args) throws IOException,
      ConfigurationException {
    // we load a problem instance from disk, we instantiate it with 8
    // trucks, each with a capacity of 20 units
    final FabriRechtScenario scenario = FabriRechtParser
        .fromJson(new FileReader(
            "../problem/data/test/fabri-recht/lc101.scenario"), 8, 20);

    // instantiate the problem using the scenario and a random seed (which
    // will not be used in this example)
View Full Code Here

TOP

Related Classes of rinde.sim.pdptw.fabrirecht.FabriRechtScenario

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.