Google OR-Tools
v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SISRRuinStrategyOrBuilder.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.31.1
5
6
package
com.google.ortools.constraintsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
SISRRuinStrategyOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.SISRRuinStrategy)
11
com.google.protobuf.MessageOrBuilder {
12
22
boolean
hasMaxRemovedSequenceSize
();
32
int
getMaxRemovedSequenceSize
();
33
43
boolean
hasAvgNumRemovedVisits
();
53
int
getAvgNumRemovedVisits
();
54
65
boolean
hasBypassFactor
();
76
double
getBypassFactor
();
77
}
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
Definition
SISRRuinStrategyOrBuilder.java:11
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder.getBypassFactor
double getBypassFactor()
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder.hasAvgNumRemovedVisits
boolean hasAvgNumRemovedVisits()
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder.getMaxRemovedSequenceSize
int getMaxRemovedSequenceSize()
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder.hasBypassFactor
boolean hasBypassFactor()
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder.getAvgNumRemovedVisits
int getAvgNumRemovedVisits()
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder.hasMaxRemovedSequenceSize
boolean hasMaxRemovedSequenceSize()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
SISRRuinStrategyOrBuilder.java
Generated by
1.14.0