Google OR-Tools
v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
GlobalCheapestInsertionParametersOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/constraint_solver/routing_heuristic_parameters.proto
4
// Protobuf Java Version: 4.33.1
5
6
package
com.google.ortools.constraintsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
GlobalCheapestInsertionParametersOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.GlobalCheapestInsertionParameters)
11
com.google.protobuf.MessageOrBuilder {
12
22
double
getFarthestSeedsRatio
();
23
43
double
getNeighborsRatio
();
44
49
int
getMinNeighbors
();
50
63
boolean
getUseNeighborsRatioForInitialization
();
64
77
boolean
getAddUnperformedEntries
();
78
}
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder
Definition
GlobalCheapestInsertionParametersOrBuilder.java:11
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder.getMinNeighbors
int getMinNeighbors()
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder.getNeighborsRatio
double getNeighborsRatio()
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder.getUseNeighborsRatioForInitialization
boolean getUseNeighborsRatioForInitialization()
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder.getFarthestSeedsRatio
double getFarthestSeedsRatio()
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder.getAddUnperformedEntries
boolean getAddUnperformedEntries()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
GlobalCheapestInsertionParametersOrBuilder.java
Generated by
1.15.0