Google OR-Tools v9.12
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.29.3
5
6package com.google.ortools.pdlp;
7
8public interface IterationStatsOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.pdlp.IterationStats)
10 com.google.protobuf.MessageOrBuilder {
11
36
46 java.util.List<com.google.ortools.pdlp.ConvergenceInformation>
77 java.util.List<? extends com.google.ortools.pdlp.ConvergenceInformationOrBuilder>
89 int index);
90
100 java.util.List<com.google.ortools.pdlp.InfeasibilityInformation>
131 java.util.List<? extends com.google.ortools.pdlp.InfeasibilityInformationOrBuilder>
143 int index);
144
152 java.util.List<com.google.ortools.pdlp.PointMetadata>
177 java.util.List<? extends com.google.ortools.pdlp.PointMetadataOrBuilder>
187 int index);
188
223
244
265
275 boolean hasRestartUsed();
286
297 boolean hasStepSize();
308 double getStepSize();
309
330}
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()