Google OR-Tools
v9.12
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
// 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
QuadraticProgramStatsOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.QuadraticProgramStats)
10
com.google.protobuf.MessageOrBuilder {
11
16
boolean
hasNumVariables
();
21
long
getNumVariables
();
22
27
boolean
hasNumConstraints
();
32
long
getNumConstraints
();
33
44
boolean
hasConstraintMatrixColMinLInfNorm
();
55
double
getConstraintMatrixColMinLInfNorm
();
56
61
boolean
hasConstraintMatrixRowMinLInfNorm
();
66
double
getConstraintMatrixRowMinLInfNorm
();
67
76
boolean
hasConstraintMatrixNumNonzeros
();
85
long
getConstraintMatrixNumNonzeros
();
86
100
boolean
hasConstraintMatrixAbsMax
();
114
double
getConstraintMatrixAbsMax
();
115
120
boolean
hasConstraintMatrixAbsMin
();
125
double
getConstraintMatrixAbsMin
();
126
131
boolean
hasConstraintMatrixAbsAvg
();
136
double
getConstraintMatrixAbsAvg
();
137
142
boolean
hasConstraintMatrixL2Norm
();
147
double
getConstraintMatrixL2Norm
();
148
163
boolean
hasCombinedBoundsMax
();
178
double
getCombinedBoundsMax
();
179
184
boolean
hasCombinedBoundsMin
();
189
double
getCombinedBoundsMin
();
190
195
boolean
hasCombinedBoundsAvg
();
200
double
getCombinedBoundsAvg
();
201
206
boolean
hasCombinedBoundsL2Norm
();
211
double
getCombinedBoundsL2Norm
();
212
225
boolean
hasCombinedVariableBoundsMax
();
238
double
getCombinedVariableBoundsMax
();
239
244
boolean
hasCombinedVariableBoundsMin
();
249
double
getCombinedVariableBoundsMin
();
250
255
boolean
hasCombinedVariableBoundsAvg
();
260
double
getCombinedVariableBoundsAvg
();
261
266
boolean
hasCombinedVariableBoundsL2Norm
();
271
double
getCombinedVariableBoundsL2Norm
();
272
282
boolean
hasVariableBoundGapsNumFinite
();
292
long
getVariableBoundGapsNumFinite
();
293
305
boolean
hasVariableBoundGapsMax
();
317
double
getVariableBoundGapsMax
();
318
323
boolean
hasVariableBoundGapsMin
();
328
double
getVariableBoundGapsMin
();
329
334
boolean
hasVariableBoundGapsAvg
();
339
double
getVariableBoundGapsAvg
();
340
345
boolean
hasVariableBoundGapsL2Norm
();
350
double
getVariableBoundGapsL2Norm
();
351
360
boolean
hasObjectiveVectorAbsMax
();
369
double
getObjectiveVectorAbsMax
();
370
375
boolean
hasObjectiveVectorAbsMin
();
380
double
getObjectiveVectorAbsMin
();
381
386
boolean
hasObjectiveVectorAbsAvg
();
391
double
getObjectiveVectorAbsAvg
();
392
397
boolean
hasObjectiveVectorL2Norm
();
402
double
getObjectiveVectorL2Norm
();
403
408
boolean
hasObjectiveMatrixNumNonzeros
();
413
long
getObjectiveMatrixNumNonzeros
();
414
425
boolean
hasObjectiveMatrixAbsMax
();
436
double
getObjectiveMatrixAbsMax
();
437
442
boolean
hasObjectiveMatrixAbsMin
();
447
double
getObjectiveMatrixAbsMin
();
448
453
boolean
hasObjectiveMatrixAbsAvg
();
458
double
getObjectiveMatrixAbsAvg
();
459
464
boolean
hasObjectiveMatrixL2Norm
();
469
double
getObjectiveMatrixL2Norm
();
470
}
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
Definition
QuadraticProgramStatsOrBuilder.java:10
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.13.2