Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
AdaptiveLinesearchParamsOrBuilder.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
AdaptiveLinesearchParamsOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.AdaptiveLinesearchParams)
9
com.google.protobuf.MessageOrBuilder {
10
22
boolean
hasStepSizeReductionExponent
();
34
double
getStepSizeReductionExponent
();
35
46
boolean
hasStepSizeGrowthExponent
();
57
double
getStepSizeGrowthExponent
();
58
}
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
Definition
AdaptiveLinesearchParamsOrBuilder.java:9
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder.hasStepSizeGrowthExponent
boolean hasStepSizeGrowthExponent()
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder.hasStepSizeReductionExponent
boolean hasStepSizeReductionExponent()
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder.getStepSizeGrowthExponent
double getStepSizeGrowthExponent()
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder.getStepSizeReductionExponent
double getStepSizeReductionExponent()
build
java
ortools-java
src
main
java
com
google
ortools
pdlp
AdaptiveLinesearchParamsOrBuilder.java
Generated by
1.12.0