Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.AllDifferentConstraintProto Class Reference
Inheritance diagram for com.google.ortools.sat.AllDifferentConstraintProto:
com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder

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< AllDifferentConstraintProtogetParserForType ()
 
com.google.ortools.sat.AllDifferentConstraintProto getDefaultInstanceForType ()
 

Static Public Member Functions

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

Static Public Attributes

static final int EXPRS_FIELD_NUMBER = 1
 

Protected Member Functions

java.lang.Object newInstance (UnusedPrivateParameter unused)
 
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
 

Detailed Description

All affine expressions must take different values.

Protobuf type operations_research.sat.AllDifferentConstraintProto

Definition at line 14 of file AllDifferentConstraintProto.java.

Member Function Documentation

◆ equals()

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

Definition at line 124 of file AllDifferentConstraintProto.java.

◆ getDefaultInstance()

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

Definition at line 727 of file AllDifferentConstraintProto.java.

◆ getDefaultInstanceForType()

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

Definition at line 763 of file AllDifferentConstraintProto.java.

◆ getDescriptor()

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

Definition at line 35 of file AllDifferentConstraintProto.java.

◆ getExprs()

com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.AllDifferentConstraintProto.getExprs ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 76 of file AllDifferentConstraintProto.java.

◆ getExprsCount()

int com.google.ortools.sat.AllDifferentConstraintProto.getExprsCount ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 69 of file AllDifferentConstraintProto.java.

◆ getExprsList()

java.util.List< com.google.ortools.sat.LinearExpressionProto > com.google.ortools.sat.AllDifferentConstraintProto.getExprsList ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 54 of file AllDifferentConstraintProto.java.

◆ getExprsOrBuilder()

com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.AllDifferentConstraintProto.getExprsOrBuilder ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 83 of file AllDifferentConstraintProto.java.

◆ getExprsOrBuilderList()

java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > com.google.ortools.sat.AllDifferentConstraintProto.getExprsOrBuilderList ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 62 of file AllDifferentConstraintProto.java.

◆ getParserForType()

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

Definition at line 758 of file AllDifferentConstraintProto.java.

◆ getSerializedSize()

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

Definition at line 109 of file AllDifferentConstraintProto.java.

◆ hashCode()

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

Definition at line 140 of file AllDifferentConstraintProto.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable com.google.ortools.sat.AllDifferentConstraintProto.internalGetFieldAccessorTable ( )
protected

Definition at line 41 of file AllDifferentConstraintProto.java.

◆ isInitialized()

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

Definition at line 90 of file AllDifferentConstraintProto.java.

◆ newBuilder() [1/2]

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

Definition at line 229 of file AllDifferentConstraintProto.java.

◆ newBuilder() [2/2]

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

Definition at line 232 of file AllDifferentConstraintProto.java.

◆ newBuilderForType() [1/2]

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

Definition at line 228 of file AllDifferentConstraintProto.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.sat.AllDifferentConstraintProto.newBuilderForType ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected

Definition at line 242 of file AllDifferentConstraintProto.java.

◆ newInstance()

java.lang.Object com.google.ortools.sat.AllDifferentConstraintProto.newInstance ( UnusedPrivateParameter unused)
protected

Definition at line 29 of file AllDifferentConstraintProto.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 200 of file AllDifferentConstraintProto.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 206 of file AllDifferentConstraintProto.java.

◆ parseFrom() [1/10]

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

Definition at line 177 of file AllDifferentConstraintProto.java.

◆ parseFrom() [2/10]

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

Definition at line 181 of file AllDifferentConstraintProto.java.

◆ parseFrom() [3/10]

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

Definition at line 166 of file AllDifferentConstraintProto.java.

◆ parseFrom() [4/10]

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

Definition at line 171 of file AllDifferentConstraintProto.java.

◆ parseFrom() [5/10]

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

Definition at line 213 of file AllDifferentConstraintProto.java.

◆ parseFrom() [6/10]

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

Definition at line 219 of file AllDifferentConstraintProto.java.

◆ parseFrom() [7/10]

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

Definition at line 187 of file AllDifferentConstraintProto.java.

◆ parseFrom() [8/10]

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

Definition at line 192 of file AllDifferentConstraintProto.java.

◆ parseFrom() [9/10]

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

Definition at line 155 of file AllDifferentConstraintProto.java.

◆ parseFrom() [10/10]

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

Definition at line 160 of file AllDifferentConstraintProto.java.

◆ parser()

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

Definition at line 753 of file AllDifferentConstraintProto.java.

◆ toBuilder()

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

Definition at line 236 of file AllDifferentConstraintProto.java.

◆ writeTo()

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

Definition at line 100 of file AllDifferentConstraintProto.java.

Member Data Documentation

◆ EXPRS_FIELD_NUMBER

final int com.google.ortools.sat.AllDifferentConstraintProto.EXPRS_FIELD_NUMBER = 1
static

Definition at line 47 of file AllDifferentConstraintProto.java.


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