Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.RoutesConstraintProto.NodeExpressions Class Reference
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< NodeExpressionsgetParserForType ()
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< NodeExpressionsparser ()

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)

Detailed Description

A set of linear expressions associated with the nodes.

Protobuf type operations_research.sat.RoutesConstraintProto.NodeExpressions

Definition at line 134 of file RoutesConstraintProto.java.

Member Function Documentation

◆ equals()

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

Definition at line 271 of file RoutesConstraintProto.java.

◆ getDefaultInstance()

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

Definition at line 920 of file RoutesConstraintProto.java.

◆ getDefaultInstanceForType()

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

Definition at line 956 of file RoutesConstraintProto.java.

◆ getDescriptor()

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

Definition at line 157 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.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

Definition at line 218 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.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

Definition at line 206 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.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

Definition at line 181 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.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

Definition at line 230 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.
All expressions must be affine expressions (a * var + b).

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

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

Definition at line 194 of file RoutesConstraintProto.java.

◆ getParserForType()

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

Definition at line 951 of file RoutesConstraintProto.java.

◆ getSerializedSize()

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

Definition at line 256 of file RoutesConstraintProto.java.

◆ hashCode()

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

Definition at line 287 of file RoutesConstraintProto.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 163 of file RoutesConstraintProto.java.

◆ isInitialized()

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

Definition at line 237 of file RoutesConstraintProto.java.

◆ newBuilder() [1/2]

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

Definition at line 376 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 379 of file RoutesConstraintProto.java.

◆ newBuilderForType() [1/2]

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

Definition at line 375 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 389 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 347 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 353 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 324 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 328 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 313 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 318 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 360 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 366 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 334 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 339 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 302 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 307 of file RoutesConstraintProto.java.

◆ parser()

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

Definition at line 946 of file RoutesConstraintProto.java.

◆ toBuilder()

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

Definition at line 383 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 247 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 169 of file RoutesConstraintProto.java.


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