mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add editorconfig - #174
This commit is contained in:
parent
33075b479f
commit
cc507e9cf5
42 changed files with 42 additions and 42 deletions
|
|
@ -234,7 +234,7 @@ public class BicycleMessenger {
|
|||
Examples.createOutputFolder();
|
||||
|
||||
/*
|
||||
build the problem
|
||||
build the problem
|
||||
*/
|
||||
VehicleRoutingProblem.Builder problemBuilder = VehicleRoutingProblem.Builder.newInstance();
|
||||
problemBuilder.setFleetSize(FleetSize.FINITE);
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ public class BuildAlgorithmFromScratch {
|
|||
RuinStrategy radialRuin = new RadialRuinStrategyFactory(0.3, new AvgServiceAndShipmentDistance(vrp.getTransportCosts())).createStrategy(vrp);
|
||||
|
||||
/*
|
||||
* objective function
|
||||
* objective function
|
||||
*/
|
||||
SolutionCostCalculator objectiveFunction = getObjectiveFunction(vrp);
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public class ConfigureAlgorithmInCodeInsteadOfPerXml {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ public class CostMatrixExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ public class EnRoutePickupAndDeliveryWithMultipleDepotsAndOpenRoutesExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public class MultipleDepotExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ public class MultipleDepotExample2 {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ public class MultipleDepotWithInitialRoutesExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public class PickupAndDeliveryExample {
|
|||
public static void main(String[] args) {
|
||||
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public class PickupAndDeliveryExample2 {
|
|||
Examples.createOutputFolder();
|
||||
|
||||
/*
|
||||
* Build the problem.
|
||||
* Build the problem.
|
||||
*
|
||||
* But define a problem-builder first.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ public class PickupAndDeliveryOpenExample {
|
|||
public static void main(String[] args) {
|
||||
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ public class RefuseCollectionExample {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ public class RefuseCollectionWithFastMatrixExample {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public class ServicePickupsWithMultipleDepotsExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public class SimpleDepotBoundedPickupAndDeliveryExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public class SimpleEnRoutePickupAndDeliveryExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public class SimpleEnRoutePickupAndDeliveryOpenRoutesExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ public class SimpleEnRoutePickupAndDeliveryWithDepotBoundedDeliveriesExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public class SimpleExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
File dir = new File("output");
|
||||
// if the directory does not exist, create it
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public class SimpleExampleOpenRoutes {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public class SimpleExampleWithSkills {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
File dir = new File("output");
|
||||
// if the directory does not exist, create it
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ public class SimpleVRPWithBackhaulsExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public class SolomonExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ public class SolomonExampleWithSpecifiedVehicleEndLocations {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
File dir = new File("output");
|
||||
// if the directory does not exist, create it
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public class SolomonExampleWithSpecifiedVehicleEndLocationsWithoutTWs {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
File dir = new File("output");
|
||||
// if the directory does not exist, create it
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public class SolomonOpenExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ public class SolomonR101Example {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class SolomonWithRegretInsertionExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ public class TransportOfDisabledPeople {
|
|||
|
||||
public static void main(String[] args) {
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public class VRPWithBackhaulsExample {
|
|||
public static void main(String[] args) {
|
||||
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public class VRPWithBackhaulsExample2 {
|
|||
public static void main(String[] args) {
|
||||
|
||||
/*
|
||||
* some preparation - create output folder
|
||||
* some preparation - create output folder
|
||||
*/
|
||||
Examples.createOutputFolder();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue