Google OR-Tools v9.12
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 ()
 

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 257 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 574 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 513 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 546 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 529 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 560 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 643 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 650 of file AllDifferentConstraintProto.java.

◆ build()

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

Definition at line 310 of file AllDifferentConstraintProto.java.

◆ buildPartial()

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

Definition at line 319 of file AllDifferentConstraintProto.java.

◆ clear()

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

Definition at line 285 of file AllDifferentConstraintProto.java.

◆ clearExprs()

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

repeated .operations_research.sat.LinearExpressionProto exprs = 1;

Definition at line 589 of file AllDifferentConstraintProto.java.

◆ getDefaultInstanceForType()

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

Definition at line 305 of file AllDifferentConstraintProto.java.

◆ getDescriptor()

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

Definition at line 262 of file AllDifferentConstraintProto.java.

◆ getDescriptorForType()

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

Definition at line 300 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 472 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 615 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 659 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 462 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 452 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 622 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 633 of file AllDifferentConstraintProto.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 268 of file AllDifferentConstraintProto.java.

◆ isInitialized()

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

Definition at line 387 of file AllDifferentConstraintProto.java.

◆ mergeFrom() [1/3]

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

Definition at line 353 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 392 of file AllDifferentConstraintProto.java.

◆ mergeFrom() [3/3]

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

Definition at line 344 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 602 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 482 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 499 of file AllDifferentConstraintProto.java.


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