![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 9 of file LocalCheapestInsertionParametersOrBuilder.java.
Public Member Functions | |
| int | getPickupDeliveryStrategyValue () |
| com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.PairInsertionStrategy | getPickupDeliveryStrategy () |
| java.util.List< com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.InsertionSortingProperty > | getInsertionSortingPropertiesList () |
| int | getInsertionSortingPropertiesCount () |
| com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.InsertionSortingProperty | getInsertionSortingProperties (int index) |
| java.util.List< java.lang.Integer > | getInsertionSortingPropertiesValueList () |
| int | getInsertionSortingPropertiesValue (int index) |
| com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.InsertionSortingProperty com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingProperties | ( | int | index | ) |
The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority. The properties listed here are applied hierarchically, from highest to lowest priority. When no properties are provided (SORTING_PROPERTY_ALLOWED_VEHICLES, SORTING_PROPERTY_PENALTY) is used by default.
repeated .operations_research.LocalCheapestInsertionParameters.InsertionSortingProperty insertion_sorting_properties = 2;
| index | The index of the element to return. |
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.
| int com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingPropertiesCount | ( | ) |
The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority. The properties listed here are applied hierarchically, from highest to lowest priority. When no properties are provided (SORTING_PROPERTY_ALLOWED_VEHICLES, SORTING_PROPERTY_PENALTY) is used by default.
repeated .operations_research.LocalCheapestInsertionParameters.InsertionSortingProperty insertion_sorting_properties = 2;
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.
| java.util.List< com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.InsertionSortingProperty > com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingPropertiesList | ( | ) |
The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority. The properties listed here are applied hierarchically, from highest to lowest priority. When no properties are provided (SORTING_PROPERTY_ALLOWED_VEHICLES, SORTING_PROPERTY_PENALTY) is used by default.
repeated .operations_research.LocalCheapestInsertionParameters.InsertionSortingProperty insertion_sorting_properties = 2;
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.
| int com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingPropertiesValue | ( | int | index | ) |
The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority. The properties listed here are applied hierarchically, from highest to lowest priority. When no properties are provided (SORTING_PROPERTY_ALLOWED_VEHICLES, SORTING_PROPERTY_PENALTY) is used by default.
repeated .operations_research.LocalCheapestInsertionParameters.InsertionSortingProperty insertion_sorting_properties = 2;
| index | The index of the value to return. |
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.
| java.util.List< java.lang.Integer > com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getInsertionSortingPropertiesValueList | ( | ) |
The properties used to sort insertion entries in the local cheapest insertion heuristic, in *decreasing* order of priority. The properties listed here are applied hierarchically, from highest to lowest priority. When no properties are provided (SORTING_PROPERTY_ALLOWED_VEHICLES, SORTING_PROPERTY_PENALTY) is used by default.
repeated .operations_research.LocalCheapestInsertionParameters.InsertionSortingProperty insertion_sorting_properties = 2;
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.
| com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.PairInsertionStrategy com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getPickupDeliveryStrategy | ( | ) |
Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.
.operations_research.LocalCheapestInsertionParameters.PairInsertionStrategy pickup_delivery_strategy = 1;
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.
| int com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder.getPickupDeliveryStrategyValue | ( | ) |
Choice of insertion strategy for pickup/delivery pairs, used in local cheapest insertion, both first solution heuristic and LNS.
.operations_research.LocalCheapestInsertionParameters.PairInsertionStrategy pickup_delivery_strategy = 1;
Implemented in com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.Builder, and com.google.ortools.constraintsolver.LocalCheapestInsertionParameters.