Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.RoutesSupportGraphProto Class Reference

Detailed Description

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.

Inheritance diagram for com.google.ortools.sat.RoutesSupportGraphProto:
com.google.ortools.sat.RoutesSupportGraphProtoOrBuilder

Classes

class  Builder

Public Member Functions

java.util.List< com.google.ortools.sat.ArcLpValuegetArcLpValuesList ()
java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuildergetArcLpValuesOrBuilderList ()
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< RoutesSupportGraphProtogetParserForType ()
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< RoutesSupportGraphProtoparser ()

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)

Member Function Documentation

◆ equals()

boolean com.google.ortools.sat.RoutesSupportGraphProto.equals ( final java.lang.Object obj)

Definition at line 129 of file RoutesSupportGraphProto.java.

◆ getArcLpValues()

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.

◆ getArcLpValuesCount()

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.

◆ getArcLpValuesList()

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.

◆ getArcLpValuesOrBuilder()

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.

◆ getArcLpValuesOrBuilderList()

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.

◆ getDefaultInstance()

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.getDefaultInstance ( )
static

Definition at line 689 of file RoutesSupportGraphProto.java.

◆ getDefaultInstanceForType()

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.getDefaultInstanceForType ( )

Definition at line 725 of file RoutesSupportGraphProto.java.

◆ getDescriptor()

final com.google.protobuf.Descriptors.Descriptor com.google.ortools.sat.RoutesSupportGraphProto.getDescriptor ( )
static

Definition at line 40 of file RoutesSupportGraphProto.java.

◆ getParserForType()

com.google.protobuf.Parser< RoutesSupportGraphProto > com.google.ortools.sat.RoutesSupportGraphProto.getParserForType ( )

Definition at line 720 of file RoutesSupportGraphProto.java.

◆ getSerializedSize()

int com.google.ortools.sat.RoutesSupportGraphProto.getSerializedSize ( )

Definition at line 114 of file RoutesSupportGraphProto.java.

◆ hashCode()

int com.google.ortools.sat.RoutesSupportGraphProto.hashCode ( )

Definition at line 145 of file RoutesSupportGraphProto.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.sat.RoutesSupportGraphProto.internalGetFieldAccessorTable ( )
protected

Definition at line 46 of file RoutesSupportGraphProto.java.

◆ isInitialized()

final boolean com.google.ortools.sat.RoutesSupportGraphProto.isInitialized ( )

Definition at line 95 of file RoutesSupportGraphProto.java.

◆ newBuilder() [1/2]

Builder com.google.ortools.sat.RoutesSupportGraphProto.newBuilder ( )
static

Definition at line 234 of file RoutesSupportGraphProto.java.

◆ newBuilder() [2/2]

Builder com.google.ortools.sat.RoutesSupportGraphProto.newBuilder ( com.google.ortools.sat.RoutesSupportGraphProto prototype)
static

Definition at line 237 of file RoutesSupportGraphProto.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.sat.RoutesSupportGraphProto.newBuilderForType ( )

Definition at line 233 of file RoutesSupportGraphProto.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.sat.RoutesSupportGraphProto.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 247 of file RoutesSupportGraphProto.java.

◆ parseDelimitedFrom() [1/2]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 205 of file RoutesSupportGraphProto.java.

◆ parseDelimitedFrom() [2/2]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 211 of file RoutesSupportGraphProto.java.

◆ parseFrom() [1/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 182 of file RoutesSupportGraphProto.java.

◆ parseFrom() [2/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 186 of file RoutesSupportGraphProto.java.

◆ parseFrom() [3/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 171 of file RoutesSupportGraphProto.java.

◆ parseFrom() [4/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 176 of file RoutesSupportGraphProto.java.

◆ parseFrom() [5/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 218 of file RoutesSupportGraphProto.java.

◆ parseFrom() [6/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 224 of file RoutesSupportGraphProto.java.

◆ parseFrom() [7/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 192 of file RoutesSupportGraphProto.java.

◆ parseFrom() [8/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 197 of file RoutesSupportGraphProto.java.

◆ parseFrom() [9/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 160 of file RoutesSupportGraphProto.java.

◆ parseFrom() [10/10]

com.google.ortools.sat.RoutesSupportGraphProto com.google.ortools.sat.RoutesSupportGraphProto.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 165 of file RoutesSupportGraphProto.java.

◆ parser()

com.google.protobuf.Parser< RoutesSupportGraphProto > com.google.ortools.sat.RoutesSupportGraphProto.parser ( )
static

Definition at line 715 of file RoutesSupportGraphProto.java.

◆ toBuilder()

Builder com.google.ortools.sat.RoutesSupportGraphProto.toBuilder ( )

Definition at line 241 of file RoutesSupportGraphProto.java.

◆ writeTo()

void com.google.ortools.sat.RoutesSupportGraphProto.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 105 of file RoutesSupportGraphProto.java.

Member Data Documentation

◆ ARC_LP_VALUES_FIELD_NUMBER

final int com.google.ortools.sat.RoutesSupportGraphProto.ARC_LP_VALUES_FIELD_NUMBER = 1
static

Definition at line 52 of file RoutesSupportGraphProto.java.


The documentation for this class was generated from the following file: