Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
IterationStatsOrBuilder.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
5package com.google.ortools.pdlp;
6
7public interface IterationStatsOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.pdlp.IterationStats)
9 com.google.protobuf.MessageOrBuilder {
10
35
45 java.util.List<com.google.ortools.pdlp.ConvergenceInformation>
76 java.util.List<? extends com.google.ortools.pdlp.ConvergenceInformationOrBuilder>
88 int index);
89
99 java.util.List<com.google.ortools.pdlp.InfeasibilityInformation>
130 java.util.List<? extends com.google.ortools.pdlp.InfeasibilityInformationOrBuilder>
142 int index);
143
151 java.util.List<com.google.ortools.pdlp.PointMetadata>
176 java.util.List<? extends com.google.ortools.pdlp.PointMetadataOrBuilder>
186 int index);
187
222
243
264
274 boolean hasRestartUsed();
285
296 boolean hasStepSize();
307 double getStepSize();
308
329}
java.util.List<? extends com.google.ortools.pdlp.InfeasibilityInformationOrBuilder > getInfeasibilityInformationOrBuilderList()
java.util.List< com.google.ortools.pdlp.PointMetadata > getPointMetadataList()
com.google.ortools.pdlp.ConvergenceInformation getConvergenceInformation(int index)
com.google.ortools.pdlp.RestartChoice getRestartUsed()
com.google.ortools.pdlp.PointMetadata getPointMetadata(int index)
com.google.ortools.pdlp.InfeasibilityInformation getInfeasibilityInformation(int index)
com.google.ortools.pdlp.ConvergenceInformationOrBuilder getConvergenceInformationOrBuilder(int index)
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder getInfeasibilityInformationOrBuilder(int index)
java.util.List< com.google.ortools.pdlp.InfeasibilityInformation > getInfeasibilityInformationList()
com.google.ortools.pdlp.PointMetadataOrBuilder getPointMetadataOrBuilder(int index)
java.util.List<? extends com.google.ortools.pdlp.PointMetadataOrBuilder > getPointMetadataOrBuilderList()
java.util.List< com.google.ortools.pdlp.ConvergenceInformation > getConvergenceInformationList()
java.util.List<? extends com.google.ortools.pdlp.ConvergenceInformationOrBuilder > getConvergenceInformationOrBuilderList()