Google OR-Tools
v9.12
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.29.3
5
6
package
com.google.ortools.constraintsolver;
7
8
public
interface
SISRRuinStrategyOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.SISRRuinStrategy)
10
com.google.protobuf.MessageOrBuilder {
11
21
boolean
hasMaxRemovedSequenceSize
();
31
int
getMaxRemovedSequenceSize
();
32
42
boolean
hasAvgNumRemovedVisits
();
52
int
getAvgNumRemovedVisits
();
53
64
boolean
hasBypassFactor
();
75
double
getBypassFactor
();
76
}
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
Definition
SISRRuinStrategyOrBuilder.java:10
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.13.2