Uses of Class
com.google.ortools.pdlp.QuadraticProgramStats
Packages that use QuadraticProgramStats
-
Uses of QuadraticProgramStats in com.google.ortools.pdlp
Methods in com.google.ortools.pdlp that return QuadraticProgramStatsModifier and TypeMethodDescriptionQuadraticProgramStats.Builder.build()QuadraticProgramStats.Builder.buildPartial()static QuadraticProgramStatsQuadraticProgramStats.getDefaultInstance()QuadraticProgramStats.Builder.getDefaultInstanceForType()QuadraticProgramStats.getDefaultInstanceForType()SolveLog.Builder.getOriginalProblemStats()Statistics of the original problem.SolveLog.getOriginalProblemStats()Statistics of the original problem.SolveLogOrBuilder.getOriginalProblemStats()Statistics of the original problem.SolveLog.Builder.getPreprocessedProblemStats()Statistics of the problem after preprocessing.SolveLog.getPreprocessedProblemStats()Statistics of the problem after preprocessing.SolveLogOrBuilder.getPreprocessedProblemStats()Statistics of the problem after preprocessing.static QuadraticProgramStatsQuadraticProgramStats.parseDelimitedFrom(InputStream input) static QuadraticProgramStatsQuadraticProgramStats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(byte[] data) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(com.google.protobuf.ByteString data) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(com.google.protobuf.CodedInputStream input) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(InputStream input) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(ByteBuffer data) static QuadraticProgramStatsQuadraticProgramStats.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.pdlp that return types with arguments of type QuadraticProgramStatsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<QuadraticProgramStats> QuadraticProgramStats.getParserForType()static com.google.protobuf.Parser<QuadraticProgramStats> QuadraticProgramStats.parser()Methods in com.google.ortools.pdlp with parameters of type QuadraticProgramStatsModifier and TypeMethodDescriptionQuadraticProgramStats.Builder.mergeFrom(QuadraticProgramStats other) SolveLog.Builder.mergeOriginalProblemStats(QuadraticProgramStats value) Statistics of the original problem.SolveLog.Builder.mergePreprocessedProblemStats(QuadraticProgramStats value) Statistics of the problem after preprocessing.QuadraticProgramStats.newBuilder(QuadraticProgramStats prototype) SolveLog.Builder.setOriginalProblemStats(QuadraticProgramStats value) Statistics of the original problem.SolveLog.Builder.setPreprocessedProblemStats(QuadraticProgramStats value) Statistics of the problem after preprocessing.