Google OR-Tools
v9.12
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.29.3
5
6
package
com.google.ortools.pdlp;
7
8
public
interface
AdaptiveLinesearchParamsOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.AdaptiveLinesearchParams)
10
com.google.protobuf.MessageOrBuilder {
11
23
boolean
hasStepSizeReductionExponent
();
35
double
getStepSizeReductionExponent
();
36
47
boolean
hasStepSizeGrowthExponent
();
58
double
getStepSizeGrowthExponent
();
59
}
com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
Definition
AdaptiveLinesearchParamsOrBuilder.java:10
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.13.2