Google OR-Tools v9.14
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// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/pdlp/solve_log.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.pdlp;
7
8@com.google.protobuf.Generated
9public interface IterationStatsOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.pdlp.IterationStats)
11 com.google.protobuf.MessageOrBuilder {
12
37
47 java.util.List<com.google.ortools.pdlp.ConvergenceInformation>
78 java.util.List<? extends com.google.ortools.pdlp.ConvergenceInformationOrBuilder>
90 int index);
91
101 java.util.List<com.google.ortools.pdlp.InfeasibilityInformation>
132 java.util.List<? extends com.google.ortools.pdlp.InfeasibilityInformationOrBuilder>
144 int index);
145
153 java.util.List<com.google.ortools.pdlp.PointMetadata>
178 java.util.List<? extends com.google.ortools.pdlp.PointMetadataOrBuilder>
188 int index);
189
224
245
266
276 boolean hasRestartUsed();
287
298 boolean hasStepSize();
309 double getStepSize();
310
331}
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()