Java Reference

Java Reference

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 
28 
40 
51  double getSavingsNeighborsRatio();
52 
67 
77  boolean getSavingsAddReverseArcs();
78 
91  double getSavingsArcCoefficient();
92 
101  boolean getSavingsParallelRoutes();
102 
114 
127 
138 
143  boolean hasLocalSearchOperators();
153 
169 
188 
201 
212  boolean getUseDepthFirstSearch();
213 
224  int getUseCpValue();
236 
248  int getUseCpSatValue();
261 
272  double getOptimizationStep();
273 
284 
295  long getSolutionLimit();
296 
305  boolean hasTimeLimit();
314  com.google.protobuf.Duration getTimeLimit();
322  com.google.protobuf.DurationOrBuilder getTimeLimitOrBuilder();
323 
333  boolean hasLnsTimeLimit();
343  com.google.protobuf.Duration getLnsTimeLimit();
352  com.google.protobuf.DurationOrBuilder getLnsTimeLimitOrBuilder();
353 
370  boolean getUseFullPropagation();
371 
391  boolean getLogSearch();
392 
402  double getLogCostScalingFactor();
403 
408  double getLogCostOffset();
409 }
int getRelocateExpensiveChainNumArcsToConsider()
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value getLocalSearchMetaheuristic()
double getGuidedLocalSearchLambdaCoefficient()
long getSolutionLimit()
double getSavingsArcCoefficient()
boolean getSavingsAddReverseArcs()
double getLogCostScalingFactor()
boolean hasLocalSearchOperators()
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators ...
com.google.ortools.util.OptionalBoolean getUseCp()
com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators getLocalSearchOperators()
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators ...
com.google.protobuf.Duration getLnsTimeLimit()
boolean hasLnsTimeLimit()
int getNumberOfSolutionsToCollect()
double getLogCostOffset()
double log_cost_offset = 29;
boolean getLogSearch()
com.google.ortools.constraintsolver.FirstSolutionStrategy.Value getFirstSolutionStrategy()
int getUseCpSatValue()
boolean hasTimeLimit()
com.google.protobuf.Duration getTimeLimit()
Protobuf enum.
Protobuf enum.
boolean getSavingsParallelRoutes()
com.google.protobuf.DurationOrBuilder getLnsTimeLimitOrBuilder()
com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder getLocalSearchOperatorsOrBuilder()
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators ...
double getOptimizationStep()
double getSavingsMaxMemoryUsageBytes()
int getLocalSearchMetaheuristicValue()
boolean getChristofidesUseMinimumMatching()
com.google.ortools.util.OptionalBoolean getUseCpSat()
int getFirstSolutionStrategyValue()
com.google.protobuf.DurationOrBuilder getTimeLimitOrBuilder()
double getCheapestInsertionNeighborsRatio()
boolean getUseFullPropagation()
double getSavingsNeighborsRatio()
int getUseCpValue()
Definition: Domain.java:9
double getCheapestInsertionFarthestSeedsRatio()
boolean getUseUnfilteredFirstSolutionStrategy()
boolean getUseDepthFirstSearch()