Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
PointMetadataOrBuilder.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 PointMetadataOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.pdlp.PointMetadata)
9 com.google.protobuf.MessageOrBuilder {
10
19 boolean hasPointType();
29
38 java.util.List<java.lang.Double> getRandomPrimalProjectionsList();
57 double getRandomPrimalProjections(int index);
58
67 java.util.List<java.lang.Double> getRandomDualProjectionsList();
86 double getRandomDualProjections(int index);
87
106
125
146
167}
java.util.List< java.lang.Double > getRandomDualProjectionsList()
java.util.List< java.lang.Double > getRandomPrimalProjectionsList()
com.google.ortools.pdlp.PointType getPointType()