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

Public Member Functions

Builder clear ()
 
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
 
com.google.ortools.sat.AllDifferentConstraintProto getDefaultInstanceForType ()
 
com.google.ortools.sat.AllDifferentConstraintProto build ()
 
com.google.ortools.sat.AllDifferentConstraintProto buildPartial ()
 
Builder mergeFrom (com.google.protobuf.Message other)
 
Builder mergeFrom (com.google.ortools.sat.AllDifferentConstraintProto other)
 
final boolean isInitialized ()
 
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
java.util.List< com.google.ortools.sat.LinearExpressionProtogetExprsList ()
 
int getExprsCount ()
 
com.google.ortools.sat.LinearExpressionProto getExprs (int index)
 
Builder setExprs (int index, com.google.ortools.sat.LinearExpressionProto value)
 
Builder setExprs (int index, com.google.ortools.sat.LinearExpressionProto.Builder builderForValue)
 
Builder addExprs (com.google.ortools.sat.LinearExpressionProto value)
 
Builder addExprs (int index, com.google.ortools.sat.LinearExpressionProto value)
 
Builder addExprs (com.google.ortools.sat.LinearExpressionProto.Builder builderForValue)
 
Builder addExprs (int index, com.google.ortools.sat.LinearExpressionProto.Builder builderForValue)
 
Builder addAllExprs (java.lang.Iterable<? extends com.google.ortools.sat.LinearExpressionProto > values)
 
Builder clearExprs ()
 
Builder removeExprs (int index)
 
com.google.ortools.sat.LinearExpressionProto.Builder getExprsBuilder (int index)
 
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder (int index)
 
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuildergetExprsOrBuilderList ()
 
com.google.ortools.sat.LinearExpressionProto.Builder addExprsBuilder ()
 
com.google.ortools.sat.LinearExpressionProto.Builder addExprsBuilder (int index)
 
java.util.List< com.google.ortools.sat.LinearExpressionProto.BuildergetExprsBuilderList ()
 
- Public Member Functions inherited from com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
 

Detailed Description

All affine expressions must take different values.

Protobuf type operations_research.sat.AllDifferentConstraintProto

Definition at line 256 of file AllDifferentConstraintProto.java.

Member Function Documentation

◆ addAllExprs()

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addAllExprs ( java.lang.Iterable<? extends com.google.ortools.sat.LinearExpressionProto > values)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 573 of file AllDifferentConstraintProto.java.

◆ addExprs() [1/4]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addExprs ( com.google.ortools.sat.LinearExpressionProto value)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 512 of file AllDifferentConstraintProto.java.

◆ addExprs() [2/4]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addExprs ( com.google.ortools.sat.LinearExpressionProto.Builder builderForValue)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 545 of file AllDifferentConstraintProto.java.

◆ addExprs() [3/4]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addExprs ( int index,
com.google.ortools.sat.LinearExpressionProto value )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 528 of file AllDifferentConstraintProto.java.

◆ addExprs() [4/4]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addExprs ( int index,
com.google.ortools.sat.LinearExpressionProto.Builder builderForValue )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 559 of file AllDifferentConstraintProto.java.

◆ addExprsBuilder() [1/2]

com.google.ortools.sat.LinearExpressionProto.Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addExprsBuilder ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 642 of file AllDifferentConstraintProto.java.

◆ addExprsBuilder() [2/2]

com.google.ortools.sat.LinearExpressionProto.Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.addExprsBuilder ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 649 of file AllDifferentConstraintProto.java.

◆ build()

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

Definition at line 309 of file AllDifferentConstraintProto.java.

◆ buildPartial()

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

Definition at line 318 of file AllDifferentConstraintProto.java.

◆ clear()

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

Definition at line 284 of file AllDifferentConstraintProto.java.

◆ clearExprs()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 588 of file AllDifferentConstraintProto.java.

◆ getDefaultInstanceForType()

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

Definition at line 304 of file AllDifferentConstraintProto.java.

◆ getDescriptor()

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

Definition at line 261 of file AllDifferentConstraintProto.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor com.google.ortools.sat.AllDifferentConstraintProto.Builder.getDescriptorForType ( )

Definition at line 299 of file AllDifferentConstraintProto.java.

◆ getExprs()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 471 of file AllDifferentConstraintProto.java.

◆ getExprsBuilder()

com.google.ortools.sat.LinearExpressionProto.Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.getExprsBuilder ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 614 of file AllDifferentConstraintProto.java.

◆ getExprsBuilderList()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 658 of file AllDifferentConstraintProto.java.

◆ getExprsCount()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 461 of file AllDifferentConstraintProto.java.

◆ getExprsList()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 451 of file AllDifferentConstraintProto.java.

◆ getExprsOrBuilder()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 621 of file AllDifferentConstraintProto.java.

◆ getExprsOrBuilderList()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.

Definition at line 632 of file AllDifferentConstraintProto.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 267 of file AllDifferentConstraintProto.java.

◆ isInitialized()

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

Definition at line 386 of file AllDifferentConstraintProto.java.

◆ mergeFrom() [1/3]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.mergeFrom ( com.google.ortools.sat.AllDifferentConstraintProto other)

Definition at line 352 of file AllDifferentConstraintProto.java.

◆ mergeFrom() [2/3]

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

Definition at line 391 of file AllDifferentConstraintProto.java.

◆ mergeFrom() [3/3]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 343 of file AllDifferentConstraintProto.java.

◆ removeExprs()

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.removeExprs ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 601 of file AllDifferentConstraintProto.java.

◆ setExprs() [1/2]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.setExprs ( int index,
com.google.ortools.sat.LinearExpressionProto value )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 481 of file AllDifferentConstraintProto.java.

◆ setExprs() [2/2]

Builder com.google.ortools.sat.AllDifferentConstraintProto.Builder.setExprs ( int index,
com.google.ortools.sat.LinearExpressionProto.Builder builderForValue )

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 498 of file AllDifferentConstraintProto.java.


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