![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
The arcs of a routes constraint which have non-zero LP values, in the LP relaxation of the problem.
Protobuf type operations_research.sat.RoutesSupportGraphProto
Definition at line 17 of file RoutesSupportGraphProto.java.
Classes | |
| class | Builder |
Public Member Functions | |
| java.util.List< com.google.ortools.sat.ArcLpValue > | getArcLpValuesList () |
| java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder > | getArcLpValuesOrBuilderList () |
| int | getArcLpValuesCount () |
| com.google.ortools.sat.ArcLpValue | getArcLpValues (int index) |
| com.google.ortools.sat.ArcLpValueOrBuilder | getArcLpValuesOrBuilder (int index) |
| final boolean | isInitialized () |
| void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
| int | getSerializedSize () |
| boolean | equals (final java.lang.Object obj) |
| int | hashCode () |
| Builder | newBuilderForType () |
| Builder | toBuilder () |
| com.google.protobuf.Parser< RoutesSupportGraphProto > | getParserForType () |
| com.google.ortools.sat.RoutesSupportGraphProto | getDefaultInstanceForType () |
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (java.io.InputStream input) throws java.io.IOException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
| static com.google.ortools.sat.RoutesSupportGraphProto | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static Builder | newBuilder () |
| static Builder | newBuilder (com.google.ortools.sat.RoutesSupportGraphProto prototype) |
| static com.google.ortools.sat.RoutesSupportGraphProto | getDefaultInstance () |
| static com.google.protobuf.Parser< RoutesSupportGraphProto > | parser () |
Static Public Attributes | |
| static final int | ARC_LP_VALUES_FIELD_NUMBER = 1 |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| boolean com.google.ortools.sat.RoutesSupportGraphProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 129 of file RoutesSupportGraphProto.java.
| com.google.ortools.sat.ArcLpValue com.google.ortools.sat.RoutesSupportGraphProto.getArcLpValues | ( | int | index | ) |
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
Implements com.google.ortools.sat.RoutesSupportGraphProtoOrBuilder.
Definition at line 81 of file RoutesSupportGraphProto.java.
| int com.google.ortools.sat.RoutesSupportGraphProto.getArcLpValuesCount | ( | ) |
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
Implements com.google.ortools.sat.RoutesSupportGraphProtoOrBuilder.
Definition at line 74 of file RoutesSupportGraphProto.java.
| java.util.List< com.google.ortools.sat.ArcLpValue > com.google.ortools.sat.RoutesSupportGraphProto.getArcLpValuesList | ( | ) |
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
Implements com.google.ortools.sat.RoutesSupportGraphProtoOrBuilder.
Definition at line 59 of file RoutesSupportGraphProto.java.
| com.google.ortools.sat.ArcLpValueOrBuilder com.google.ortools.sat.RoutesSupportGraphProto.getArcLpValuesOrBuilder | ( | int | index | ) |
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
Implements com.google.ortools.sat.RoutesSupportGraphProtoOrBuilder.
Definition at line 88 of file RoutesSupportGraphProto.java.
| java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder > com.google.ortools.sat.RoutesSupportGraphProto.getArcLpValuesOrBuilderList | ( | ) |
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
Implements com.google.ortools.sat.RoutesSupportGraphProtoOrBuilder.
Definition at line 67 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 689 of file RoutesSupportGraphProto.java.
| com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.getDefaultInstanceForType | ( | ) |
Definition at line 725 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 40 of file RoutesSupportGraphProto.java.
| com.google.protobuf.Parser< RoutesSupportGraphProto > com.google.ortools.sat.RoutesSupportGraphProto.getParserForType | ( | ) |
Definition at line 720 of file RoutesSupportGraphProto.java.
| int com.google.ortools.sat.RoutesSupportGraphProto.getSerializedSize | ( | ) |
Definition at line 114 of file RoutesSupportGraphProto.java.
| int com.google.ortools.sat.RoutesSupportGraphProto.hashCode | ( | ) |
Definition at line 145 of file RoutesSupportGraphProto.java.
|
protected |
Definition at line 46 of file RoutesSupportGraphProto.java.
| final boolean com.google.ortools.sat.RoutesSupportGraphProto.isInitialized | ( | ) |
Definition at line 95 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 234 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 237 of file RoutesSupportGraphProto.java.
| Builder com.google.ortools.sat.RoutesSupportGraphProto.newBuilderForType | ( | ) |
Definition at line 233 of file RoutesSupportGraphProto.java.
|
protected |
Definition at line 247 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 205 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 211 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 182 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 186 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 171 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 176 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 218 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 224 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 192 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 197 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 160 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 165 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 715 of file RoutesSupportGraphProto.java.
| Builder com.google.ortools.sat.RoutesSupportGraphProto.toBuilder | ( | ) |
Definition at line 241 of file RoutesSupportGraphProto.java.
| void com.google.ortools.sat.RoutesSupportGraphProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 105 of file RoutesSupportGraphProto.java.
|
static |
Definition at line 52 of file RoutesSupportGraphProto.java.