Google OR-Tools
v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RoutingModelParametersOrBuilder.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_parameters.proto
4
// Protobuf Java Version: 4.29.3
5
6
package
com.google.ortools.constraintsolver;
7
8
public
interface
RoutingModelParametersOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.RoutingModelParameters)
10
com.google.protobuf.MessageOrBuilder {
11
20
boolean
hasSolverParameters
();
29
com.google.ortools.constraintsolver.ConstraintSolverParameters
getSolverParameters
();
37
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
getSolverParametersOrBuilder
();
38
50
boolean
getReduceVehicleCostModel
();
51
61
int
getMaxCallbackCacheSize
();
62
}
com.google.ortools.constraintsolver.ConstraintSolverParameters
Definition
ConstraintSolverParameters.java:18
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Definition
ConstraintSolverParametersOrBuilder.java:10
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Definition
RoutingModelParametersOrBuilder.java:10
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getSolverParameters
com.google.ortools.constraintsolver.ConstraintSolverParameters getSolverParameters()
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getReduceVehicleCostModel
boolean getReduceVehicleCostModel()
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getMaxCallbackCacheSize
int getMaxCallbackCacheSize()
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.hasSolverParameters
boolean hasSolverParameters()
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getSolverParametersOrBuilder
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder getSolverParametersOrBuilder()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
RoutingModelParametersOrBuilder.java
Generated by
1.13.2