Google OR-Tools
v9.12
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
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/pdlp/solve_log.proto
4
// Protobuf Java Version: 4.29.3
5
6
package
com.google.ortools.pdlp;
7
8
public
interface
ConvergenceInformationOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.ConvergenceInformation)
10
com.google.protobuf.MessageOrBuilder {
11
20
boolean
hasCandidateType
();
29
com.google.ortools.pdlp.PointType
getCandidateType
();
30
39
boolean
hasPrimalObjective
();
48
double
getPrimalObjective
();
49
63
boolean
hasDualObjective
();
77
double
getDualObjective
();
78
89
boolean
hasCorrectedDualObjective
();
100
double
getCorrectedDualObjective
();
101
111
boolean
hasLInfPrimalResidual
();
121
double
getLInfPrimalResidual
();
122
131
boolean
hasL2PrimalResidual
();
140
double
getL2PrimalResidual
();
141
154
boolean
hasLInfComponentwisePrimalResidual
();
167
double
getLInfComponentwisePrimalResidual
();
168
178
boolean
hasLInfDualResidual
();
188
double
getLInfDualResidual
();
189
198
boolean
hasL2DualResidual
();
207
double
getL2DualResidual
();
208
220
boolean
hasLInfComponentwiseDualResidual
();
232
double
getLInfComponentwiseDualResidual
();
233
245
boolean
hasLInfPrimalVariable
();
257
double
getLInfPrimalVariable
();
258
267
boolean
hasL2PrimalVariable
();
276
double
getL2PrimalVariable
();
277
289
boolean
hasLInfDualVariable
();
301
double
getLInfDualVariable
();
302
311
boolean
hasL2DualVariable
();
320
double
getL2DualVariable
();
321
}
com.google.ortools.pdlp.PointType
Definition
PointType.java:17
com.google.ortools.pdlp.ConvergenceInformationOrBuilder
Definition
ConvergenceInformationOrBuilder.java:10
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.13.2