Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
QuadraticProgramStatsOrBuilder.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
QuadraticProgramStatsOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.QuadraticProgramStats)
9
com.google.protobuf.MessageOrBuilder {
10
15
boolean
hasNumVariables
();
20
long
getNumVariables
();
21
26
boolean
hasNumConstraints
();
31
long
getNumConstraints
();
32
43
boolean
hasConstraintMatrixColMinLInfNorm
();
54
double
getConstraintMatrixColMinLInfNorm
();
55
60
boolean
hasConstraintMatrixRowMinLInfNorm
();
65
double
getConstraintMatrixRowMinLInfNorm
();
66
75
boolean
hasConstraintMatrixNumNonzeros
();
84
long
getConstraintMatrixNumNonzeros
();
85
99
boolean
hasConstraintMatrixAbsMax
();
113
double
getConstraintMatrixAbsMax
();
114
119
boolean
hasConstraintMatrixAbsMin
();
124
double
getConstraintMatrixAbsMin
();
125
130
boolean
hasConstraintMatrixAbsAvg
();
135
double
getConstraintMatrixAbsAvg
();
136
141
boolean
hasConstraintMatrixL2Norm
();
146
double
getConstraintMatrixL2Norm
();
147
162
boolean
hasCombinedBoundsMax
();
177
double
getCombinedBoundsMax
();
178
183
boolean
hasCombinedBoundsMin
();
188
double
getCombinedBoundsMin
();
189
194
boolean
hasCombinedBoundsAvg
();
199
double
getCombinedBoundsAvg
();
200
205
boolean
hasCombinedBoundsL2Norm
();
210
double
getCombinedBoundsL2Norm
();
211
224
boolean
hasCombinedVariableBoundsMax
();
237
double
getCombinedVariableBoundsMax
();
238
243
boolean
hasCombinedVariableBoundsMin
();
248
double
getCombinedVariableBoundsMin
();
249
254
boolean
hasCombinedVariableBoundsAvg
();
259
double
getCombinedVariableBoundsAvg
();
260
265
boolean
hasCombinedVariableBoundsL2Norm
();
270
double
getCombinedVariableBoundsL2Norm
();
271
281
boolean
hasVariableBoundGapsNumFinite
();
291
long
getVariableBoundGapsNumFinite
();
292
304
boolean
hasVariableBoundGapsMax
();
316
double
getVariableBoundGapsMax
();
317
322
boolean
hasVariableBoundGapsMin
();
327
double
getVariableBoundGapsMin
();
328
333
boolean
hasVariableBoundGapsAvg
();
338
double
getVariableBoundGapsAvg
();
339
344
boolean
hasVariableBoundGapsL2Norm
();
349
double
getVariableBoundGapsL2Norm
();
350
359
boolean
hasObjectiveVectorAbsMax
();
368
double
getObjectiveVectorAbsMax
();
369
374
boolean
hasObjectiveVectorAbsMin
();
379
double
getObjectiveVectorAbsMin
();
380
385
boolean
hasObjectiveVectorAbsAvg
();
390
double
getObjectiveVectorAbsAvg
();
391
396
boolean
hasObjectiveVectorL2Norm
();
401
double
getObjectiveVectorL2Norm
();
402
407
boolean
hasObjectiveMatrixNumNonzeros
();
412
long
getObjectiveMatrixNumNonzeros
();
413
424
boolean
hasObjectiveMatrixAbsMax
();
435
double
getObjectiveMatrixAbsMax
();
436
441
boolean
hasObjectiveMatrixAbsMin
();
446
double
getObjectiveMatrixAbsMin
();
447
452
boolean
hasObjectiveMatrixAbsAvg
();
457
double
getObjectiveMatrixAbsAvg
();
458
463
boolean
hasObjectiveMatrixL2Norm
();
468
double
getObjectiveMatrixL2Norm
();
469
}
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
Definition
QuadraticProgramStatsOrBuilder.java:9
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsMax
boolean hasCombinedBoundsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsAvg
boolean hasConstraintMatrixAbsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsAvg
boolean hasVariableBoundGapsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsMin
boolean hasCombinedVariableBoundsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsMin
double getObjectiveMatrixAbsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixL2Norm
boolean hasConstraintMatrixL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsMin
double getObjectiveVectorAbsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsAvg
double getConstraintMatrixAbsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixNumNonzeros
boolean hasObjectiveMatrixNumNonzeros()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsMax
boolean hasObjectiveMatrixAbsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsMin
boolean hasVariableBoundGapsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsAvg
boolean hasCombinedBoundsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsMax
double getVariableBoundGapsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsMin
double getVariableBoundGapsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixColMinLInfNorm
double getConstraintMatrixColMinLInfNorm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsMax
boolean hasCombinedVariableBoundsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsMax
double getCombinedBoundsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixRowMinLInfNorm
double getConstraintMatrixRowMinLInfNorm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsMin
boolean hasCombinedBoundsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixL2Norm
boolean hasObjectiveMatrixL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixNumNonzeros
long getObjectiveMatrixNumNonzeros()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsMax
boolean hasObjectiveVectorAbsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsMax
double getCombinedVariableBoundsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsNumFinite
long getVariableBoundGapsNumFinite()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixRowMinLInfNorm
boolean hasConstraintMatrixRowMinLInfNorm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsL2Norm
boolean hasVariableBoundGapsL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsMin
boolean hasConstraintMatrixAbsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsL2Norm
double getCombinedVariableBoundsL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsAvg
double getVariableBoundGapsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsAvg
double getCombinedBoundsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorL2Norm
double getObjectiveVectorL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsAvg
boolean hasCombinedVariableBoundsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsNumFinite
boolean hasVariableBoundGapsNumFinite()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsMin
double getCombinedBoundsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsAvg
double getCombinedVariableBoundsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixL2Norm
double getObjectiveMatrixL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsL2Norm
double getVariableBoundGapsL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsAvg
double getObjectiveMatrixAbsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsL2Norm
boolean hasCombinedBoundsL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixColMinLInfNorm
boolean hasConstraintMatrixColMinLInfNorm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsMin
double getConstraintMatrixAbsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsMin
boolean hasObjectiveMatrixAbsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixNumNonzeros
boolean hasConstraintMatrixNumNonzeros()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsMax
boolean hasConstraintMatrixAbsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixL2Norm
double getConstraintMatrixL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasNumVariables
boolean hasNumVariables()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsMin
boolean hasObjectiveVectorAbsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getNumConstraints
long getNumConstraints()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsMin
double getCombinedVariableBoundsMin()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorL2Norm
boolean hasObjectiveVectorL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsAvg
boolean hasObjectiveVectorAbsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsMax
double getConstraintMatrixAbsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsAvg
boolean hasObjectiveMatrixAbsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsL2Norm
boolean hasCombinedVariableBoundsL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsMax
boolean hasVariableBoundGapsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsL2Norm
double getCombinedBoundsL2Norm()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixNumNonzeros
long getConstraintMatrixNumNonzeros()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsAvg
double getObjectiveVectorAbsAvg()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getNumVariables
long getNumVariables()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasNumConstraints
boolean hasNumConstraints()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsMax
double getObjectiveVectorAbsMax()
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsMax
double getObjectiveMatrixAbsMax()
build
java
ortools-java
src
main
java
com
google
ortools
pdlp
QuadraticProgramStatsOrBuilder.java
Generated by
1.12.0