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

Detailed Description

A set of linear expressions associated with the nodes.

Protobuf type operations_research.sat.RoutesConstraintProto.NodeExpressions

Definition at line 129 of file RoutesConstraintProto.java.

Inheritance diagram for com.google.ortools.sat.RoutesConstraintProto.NodeExpressions:
com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder

Classes

class  Builder

Public Member Functions

java.util.List< com.google.ortools.sat.LinearExpressionProtogetExprsList ()
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuildergetExprsOrBuilderList ()
int getExprsCount ()
com.google.ortools.sat.LinearExpressionProto getExprs (int index)
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder (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< NodeExpressions > getParserForType ()
com.google.ortools.sat.RoutesConstraintProto.NodeExpressions getDefaultInstanceForType ()

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (java.io.InputStream input) throws java.io.IOException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions 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.RoutesConstraintProto.NodeExpressions prototype)
static com.google.ortools.sat.RoutesConstraintProto.NodeExpressions getDefaultInstance ()
static com.google.protobuf.Parser< NodeExpressions > parser ()

Static Public Attributes

static final int EXPRS_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.RoutesConstraintProto.NodeExpressions.equals ( final java.lang.Object obj)

Definition at line 261 of file RoutesConstraintProto.java.

◆ getDefaultInstance()

com.google.ortools.sat.RoutesConstraintProto.NodeExpressions com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getDefaultInstance ( )
static

Definition at line 892 of file RoutesConstraintProto.java.

◆ getDefaultInstanceForType()

com.google.ortools.sat.RoutesConstraintProto.NodeExpressions com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getDefaultInstanceForType ( )

Definition at line 928 of file RoutesConstraintProto.java.

◆ getDescriptor()

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

Definition at line 152 of file RoutesConstraintProto.java.

◆ getExprs()

com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getExprs ( int index)
The i-th element is the linear expression associated with the i-th node.

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.

Definition at line 209 of file RoutesConstraintProto.java.

◆ getExprsCount()

int com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getExprsCount ( )
The i-th element is the linear expression associated with the i-th node.

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.

Definition at line 198 of file RoutesConstraintProto.java.

◆ getExprsList()

java.util.List< com.google.ortools.sat.LinearExpressionProto > com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getExprsList ( )
The i-th element is the linear expression associated with the i-th node.

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.

Definition at line 175 of file RoutesConstraintProto.java.

◆ getExprsOrBuilder()

com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getExprsOrBuilder ( int index)
The i-th element is the linear expression associated with the i-th node.

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.

Definition at line 220 of file RoutesConstraintProto.java.

◆ getExprsOrBuilderList()

java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getExprsOrBuilderList ( )
The i-th element is the linear expression associated with the i-th node.

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder.

Definition at line 187 of file RoutesConstraintProto.java.

◆ getParserForType()

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

Definition at line 923 of file RoutesConstraintProto.java.

◆ getSerializedSize()

int com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.getSerializedSize ( )

Definition at line 246 of file RoutesConstraintProto.java.

◆ hashCode()

int com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.hashCode ( )

Definition at line 277 of file RoutesConstraintProto.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 158 of file RoutesConstraintProto.java.

◆ isInitialized()

final boolean com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.isInitialized ( )

Definition at line 227 of file RoutesConstraintProto.java.

◆ newBuilder() [1/2]

Builder com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.newBuilder ( )
static

Definition at line 366 of file RoutesConstraintProto.java.

◆ newBuilder() [2/2]

Builder com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.newBuilder ( com.google.ortools.sat.RoutesConstraintProto.NodeExpressions prototype)
static

Definition at line 369 of file RoutesConstraintProto.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.newBuilderForType ( )

Definition at line 365 of file RoutesConstraintProto.java.

◆ newBuilderForType() [2/2]

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

Definition at line 379 of file RoutesConstraintProto.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 337 of file RoutesConstraintProto.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 343 of file RoutesConstraintProto.java.

◆ parseFrom() [1/10]

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

Definition at line 314 of file RoutesConstraintProto.java.

◆ parseFrom() [2/10]

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

Definition at line 318 of file RoutesConstraintProto.java.

◆ parseFrom() [3/10]

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

Definition at line 303 of file RoutesConstraintProto.java.

◆ parseFrom() [4/10]

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

Definition at line 308 of file RoutesConstraintProto.java.

◆ parseFrom() [5/10]

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

Definition at line 350 of file RoutesConstraintProto.java.

◆ parseFrom() [6/10]

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

Definition at line 356 of file RoutesConstraintProto.java.

◆ parseFrom() [7/10]

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

Definition at line 324 of file RoutesConstraintProto.java.

◆ parseFrom() [8/10]

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

Definition at line 329 of file RoutesConstraintProto.java.

◆ parseFrom() [9/10]

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

Definition at line 292 of file RoutesConstraintProto.java.

◆ parseFrom() [10/10]

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

Definition at line 297 of file RoutesConstraintProto.java.

◆ parser()

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

Definition at line 918 of file RoutesConstraintProto.java.

◆ toBuilder()

Builder com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.toBuilder ( )

Definition at line 373 of file RoutesConstraintProto.java.

◆ writeTo()

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

Definition at line 237 of file RoutesConstraintProto.java.

Member Data Documentation

◆ EXPRS_FIELD_NUMBER

final int com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.EXPRS_FIELD_NUMBER = 1
static

Definition at line 164 of file RoutesConstraintProto.java.


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