OR-Tools 7.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
ortools
gen
com
google
ortools
constraintsolver
RoutingModelParametersOrBuilder.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
RoutingModelParametersOrBuilder
extends
7
// @@protoc_insertion_point(interface_extends:operations_research.RoutingModelParameters)
8
com
.google.protobuf.MessageOrBuilder {
9
17
boolean
hasSolverParameters
();
25
com
.
google
.
ortools
.
constraintsolver
.
ConstraintSolverParameters
getSolverParameters
();
33
com
.
google
.
ortools
.
constraintsolver
.
ConstraintSolverParametersOrBuilder
getSolverParametersOrBuilder
();
34
45
boolean
getReduceVehicleCostModel
();
46
55
int
getMaxCallbackCacheSize
();
56
}
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getReduceVehicleCostModel
boolean getReduceVehicleCostModel()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Definition:
ConstraintSolverParametersOrBuilder.java:6
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.hasSolverParameters
boolean hasSolverParameters()
com
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getMaxCallbackCacheSize
int getMaxCallbackCacheSize()
com.google.ortools
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getSolverParametersOrBuilder
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder getSolverParametersOrBuilder()
com.google.ortools.constraintsolver
Definition:
IntIntToLongFunction.java:14
com.google.ortools.constraintsolver.ConstraintSolverParameters
Definition:
ConstraintSolverParameters.java:13
com.google
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder.getSolverParameters
com.google.ortools.constraintsolver.ConstraintSolverParameters getSolverParameters()
com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Definition:
RoutingModelParametersOrBuilder.java:6