Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RoutesSupportGraphProtoOrBuilder.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/sat/routes_support_graph.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.sat;
7
8@com.google.protobuf.Generated
9public interface RoutesSupportGraphProtoOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.sat.RoutesSupportGraphProto)
11 com.google.protobuf.MessageOrBuilder {
12
16 java.util.List<com.google.ortools.sat.ArcLpValue>
29 java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder>
35 int index);
36}
com.google.ortools.sat.ArcLpValue getArcLpValues(int index)
java.util.List< com.google.ortools.sat.ArcLpValue > getArcLpValuesList()
java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder > getArcLpValuesOrBuilderList()
com.google.ortools.sat.ArcLpValueOrBuilder getArcLpValuesOrBuilder(int index)