Google OR-Tools
v9.14
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
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/pdlp/solvers.proto
4
// Protobuf Java Version: 4.31.1
5
6
package
com.google.ortools.pdlp;
7
8
@com.google.protobuf.Generated
9
public
interface
AdaptiveLinesearchParamsOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.AdaptiveLinesearchParams)
11
com.google.protobuf.MessageOrBuilder {
12
24
boolean
hasStepSizeReductionExponent
();
36
double
getStepSizeReductionExponent
();
37
48
boolean
hasStepSizeGrowthExponent
();
59
double
getStepSizeGrowthExponent
();
60
}
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
Definition
AdaptiveLinesearchParamsOrBuilder.java:11
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.14.0