Google OR-Tools
v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RecreateParametersOrBuilder.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_ils.proto
4
// Protobuf Java Version: 4.33.1
5
6
package
com.google.ortools.constraintsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
RecreateParametersOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.RecreateParameters)
11
com.google.protobuf.MessageOrBuilder {
12
17
boolean
hasLocalCheapestInsertion
();
22
com.google.ortools.constraintsolver.LocalCheapestInsertionParameters
getLocalCheapestInsertion
();
26
com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder
getLocalCheapestInsertionOrBuilder
();
27
32
boolean
hasSavings
();
37
com.google.ortools.constraintsolver.SavingsParameters
getSavings
();
41
com.google.ortools.constraintsolver.SavingsParametersOrBuilder
getSavingsOrBuilder
();
42
47
boolean
hasGlobalCheapestInsertion
();
52
com.google.ortools.constraintsolver.GlobalCheapestInsertionParameters
getGlobalCheapestInsertion
();
56
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder
getGlobalCheapestInsertionOrBuilder
();
57
58
com.google.ortools.constraintsolver.RecreateParameters.ParametersCase
getParametersCase
();
59
}
com.google.ortools.constraintsolver.GlobalCheapestInsertionParameters
Definition
GlobalCheapestInsertionParameters.java:19
com.google.ortools.constraintsolver.LocalCheapestInsertionParameters
Definition
LocalCheapestInsertionParameters.java:19
com.google.ortools.constraintsolver.SavingsParameters
Definition
SavingsParameters.java:19
com.google.ortools.constraintsolver.RecreateParameters.ParametersCase
Definition
RecreateParameters.java:55
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder
Definition
GlobalCheapestInsertionParametersOrBuilder.java:11
com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder
Definition
LocalCheapestInsertionParametersOrBuilder.java:11
com.google.ortools.constraintsolver.RecreateParametersOrBuilder
Definition
RecreateParametersOrBuilder.java:11
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.hasSavings
boolean hasSavings()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.hasLocalCheapestInsertion
boolean hasLocalCheapestInsertion()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getParametersCase
com.google.ortools.constraintsolver.RecreateParameters.ParametersCase getParametersCase()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getSavings
com.google.ortools.constraintsolver.SavingsParameters getSavings()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getGlobalCheapestInsertion
com.google.ortools.constraintsolver.GlobalCheapestInsertionParameters getGlobalCheapestInsertion()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getSavingsOrBuilder
com.google.ortools.constraintsolver.SavingsParametersOrBuilder getSavingsOrBuilder()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.hasGlobalCheapestInsertion
boolean hasGlobalCheapestInsertion()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getGlobalCheapestInsertionOrBuilder
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder getGlobalCheapestInsertionOrBuilder()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getLocalCheapestInsertionOrBuilder
com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder getLocalCheapestInsertionOrBuilder()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getLocalCheapestInsertion
com.google.ortools.constraintsolver.LocalCheapestInsertionParameters getLocalCheapestInsertion()
com.google.ortools.constraintsolver.SavingsParametersOrBuilder
Definition
SavingsParametersOrBuilder.java:11
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
RecreateParametersOrBuilder.java
Generated by
1.15.0