RoutingSearchParametersOrBuilder.java
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/constraint_solver/routing_parameters.proto
3 
4 package com.google.ortools.constraintsolver;
5 
6 public interface RoutingSearchParametersOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.RoutingSearchParameters)
8  com.google.protobuf.MessageOrBuilder {
9 
26 
37 
47  double getSavingsNeighborsRatio();
48 
62 
71  boolean getSavingsAddReverseArcs();
72 
84  double getSavingsArcCoefficient();
85 
93  boolean getSavingsParallelRoutes();
94 
105 
117 
121  boolean hasLocalSearchOperators();
130 
145 
162 
174 
184  boolean getUseDepthFirstSearch();
185 
195  int getUseCpValue();
206 
217  int getUseCpSatValue();
229 
239  double getOptimizationStep();
240 
250 
260  long getSolutionLimit();
261 
269  boolean hasTimeLimit();
277  com.google.protobuf.Duration getTimeLimit();
285  com.google.protobuf.DurationOrBuilder getTimeLimitOrBuilder();
286 
295  boolean hasLnsTimeLimit();
304  com.google.protobuf.Duration getLnsTimeLimit();
313  com.google.protobuf.DurationOrBuilder getLnsTimeLimitOrBuilder();
314 
330  boolean getUseFullPropagation();
331 
350  boolean getLogSearch();
351 
359  double getLogCostScalingFactor();
360 }
com.google.protobuf.DurationOrBuilder getTimeLimitOrBuilder()
boolean hasLocalSearchOperators()
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators ...
com.google.protobuf.DurationOrBuilder getLnsTimeLimitOrBuilder()
com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators getLocalSearchOperators()
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators ...
com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder getLocalSearchOperatorsOrBuilder()
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators ...
com.google.ortools.constraintsolver.FirstSolutionStrategy.Value getFirstSolutionStrategy()
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value getLocalSearchMetaheuristic()