Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MalitskyPockParamsOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/pdlp/solvers.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.pdlp;
6
7
public
interface
MalitskyPockParamsOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.MalitskyPockParams)
9
com.google.protobuf.MessageOrBuilder {
10
22
boolean
hasStepSizeDownscalingFactor
();
34
double
getStepSizeDownscalingFactor
();
35
48
boolean
hasLinesearchContractionFactor
();
61
double
getLinesearchContractionFactor
();
62
75
boolean
hasStepSizeInterpolation
();
88
double
getStepSizeInterpolation
();
89
}
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
Definition
MalitskyPockParamsOrBuilder.java:9
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder.getStepSizeInterpolation
double getStepSizeInterpolation()
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder.hasStepSizeDownscalingFactor
boolean hasStepSizeDownscalingFactor()
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder.hasLinesearchContractionFactor
boolean hasLinesearchContractionFactor()
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder.hasStepSizeInterpolation
boolean hasStepSizeInterpolation()
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder.getStepSizeDownscalingFactor
double getStepSizeDownscalingFactor()
com.google.ortools.pdlp.MalitskyPockParamsOrBuilder.getLinesearchContractionFactor
double getLinesearchContractionFactor()
build
java
ortools-java
src
main
java
com
google
ortools
pdlp
MalitskyPockParamsOrBuilder.java
Generated by
1.12.0