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)