Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ConvergenceInformationOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/pdlp/solve_log.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.pdlp;
6
7
public
interface
ConvergenceInformationOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.ConvergenceInformation)
9
com.google.protobuf.MessageOrBuilder {
10
19
boolean
hasCandidateType
();
28
com.google.ortools.pdlp.PointType
getCandidateType
();
29
38
boolean
hasPrimalObjective
();
47
double
getPrimalObjective
();
48
62
boolean
hasDualObjective
();
76
double
getDualObjective
();
77
88
boolean
hasCorrectedDualObjective
();
99
double
getCorrectedDualObjective
();
100
110
boolean
hasLInfPrimalResidual
();
120
double
getLInfPrimalResidual
();
121
130
boolean
hasL2PrimalResidual
();
139
double
getL2PrimalResidual
();
140
153
boolean
hasLInfComponentwisePrimalResidual
();
166
double
getLInfComponentwisePrimalResidual
();
167
177
boolean
hasLInfDualResidual
();
187
double
getLInfDualResidual
();
188
197
boolean
hasL2DualResidual
();
206
double
getL2DualResidual
();
207
219
boolean
hasLInfComponentwiseDualResidual
();
231
double
getLInfComponentwiseDualResidual
();
232
244
boolean
hasLInfPrimalVariable
();
256
double
getLInfPrimalVariable
();
257
266
boolean
hasL2PrimalVariable
();
275
double
getL2PrimalVariable
();
276
288
boolean
hasLInfDualVariable
();
300
double
getLInfDualVariable
();
301
310
boolean
hasL2DualVariable
();
319
double
getL2DualVariable
();
320
}
com.google.ortools.pdlp.PointType
Definition
PointType.java:16
com.google.ortools.pdlp.ConvergenceInformationOrBuilder
Definition
ConvergenceInformationOrBuilder.java:9
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getPrimalObjective
double getPrimalObjective()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getLInfComponentwiseDualResidual
double getLInfComponentwiseDualResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasL2PrimalVariable
boolean hasL2PrimalVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getCandidateType
com.google.ortools.pdlp.PointType getCandidateType()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getLInfPrimalVariable
double getLInfPrimalVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getL2DualVariable
double getL2DualVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasLInfPrimalResidual
boolean hasLInfPrimalResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasL2DualResidual
boolean hasL2DualResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasLInfPrimalVariable
boolean hasLInfPrimalVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getL2DualResidual
double getL2DualResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasLInfComponentwiseDualResidual
boolean hasLInfComponentwiseDualResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasLInfDualVariable
boolean hasLInfDualVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasDualObjective
boolean hasDualObjective()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getL2PrimalResidual
double getL2PrimalResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasL2PrimalResidual
boolean hasL2PrimalResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasCandidateType
boolean hasCandidateType()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasLInfComponentwisePrimalResidual
boolean hasLInfComponentwisePrimalResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getLInfDualVariable
double getLInfDualVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getLInfDualResidual
double getLInfDualResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getLInfComponentwisePrimalResidual
double getLInfComponentwisePrimalResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasL2DualVariable
boolean hasL2DualVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getDualObjective
double getDualObjective()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasLInfDualResidual
boolean hasLInfDualResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getL2PrimalVariable
double getL2PrimalVariable()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasCorrectedDualObjective
boolean hasCorrectedDualObjective()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getLInfPrimalResidual
double getLInfPrimalResidual()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.getCorrectedDualObjective
double getCorrectedDualObjective()
com.google.ortools.pdlp.ConvergenceInformationOrBuilder.hasPrimalObjective
boolean hasPrimalObjective()
build
java
ortools-java
src
main
java
com
google
ortools
pdlp
ConvergenceInformationOrBuilder.java
Generated by
1.12.0