Google OR-Tools v9.12
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// 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 PointMetadataOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.pdlp.PointMetadata)
10 com.google.protobuf.MessageOrBuilder {
11
20 boolean hasPointType();
30
39 java.util.List<java.lang.Double> getRandomPrimalProjectionsList();
58 double getRandomPrimalProjections(int index);
59
68 java.util.List<java.lang.Double> getRandomDualProjectionsList();
87 double getRandomDualProjections(int index);
88
107
126
147
168}
java.util.List< java.lang.Double > getRandomDualProjectionsList()
java.util.List< java.lang.Double > getRandomPrimalProjectionsList()
com.google.ortools.pdlp.PointType getPointType()