Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.PerturbationStrategy.Builder Class Reference

Detailed Description

Defines how a reference solution is perturbed.

Protobuf type operations_research.PerturbationStrategy

Definition at line 336 of file PerturbationStrategy.java.

Inheritance diagram for com.google.ortools.constraintsolver.PerturbationStrategy.Builder:
com.google.ortools.constraintsolver.PerturbationStrategyOrBuilder

Public Member Functions

Builder clear ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
com.google.ortools.constraintsolver.PerturbationStrategy getDefaultInstanceForType ()
com.google.ortools.constraintsolver.PerturbationStrategy build ()
com.google.ortools.constraintsolver.PerturbationStrategy buildPartial ()
Builder mergeFrom (com.google.protobuf.Message other)
Builder mergeFrom (com.google.ortools.constraintsolver.PerturbationStrategy other)
final boolean isInitialized ()
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException

Static Public Member Functions

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

Protected Member Functions

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

Member Function Documentation

◆ build()

com.google.ortools.constraintsolver.PerturbationStrategy com.google.ortools.constraintsolver.PerturbationStrategy.Builder.build ( )

Definition at line 381 of file PerturbationStrategy.java.

◆ buildPartial()

com.google.ortools.constraintsolver.PerturbationStrategy com.google.ortools.constraintsolver.PerturbationStrategy.Builder.buildPartial ( )

Definition at line 390 of file PerturbationStrategy.java.

◆ clear()

Builder com.google.ortools.constraintsolver.PerturbationStrategy.Builder.clear ( )

Definition at line 364 of file PerturbationStrategy.java.

◆ getDefaultInstanceForType()

com.google.ortools.constraintsolver.PerturbationStrategy com.google.ortools.constraintsolver.PerturbationStrategy.Builder.getDefaultInstanceForType ( )

Definition at line 376 of file PerturbationStrategy.java.

◆ getDescriptor()

final com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.PerturbationStrategy.Builder.getDescriptor ( )
static

Definition at line 341 of file PerturbationStrategy.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.PerturbationStrategy.Builder.getDescriptorForType ( )

Definition at line 371 of file PerturbationStrategy.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.constraintsolver.PerturbationStrategy.Builder.internalGetFieldAccessorTable ( )
protected

Definition at line 347 of file PerturbationStrategy.java.

◆ isInitialized()

final boolean com.google.ortools.constraintsolver.PerturbationStrategy.Builder.isInitialized ( )

Definition at line 414 of file PerturbationStrategy.java.

◆ mergeFrom() [1/3]

Builder com.google.ortools.constraintsolver.PerturbationStrategy.Builder.mergeFrom ( com.google.ortools.constraintsolver.PerturbationStrategy other)

Definition at line 406 of file PerturbationStrategy.java.

◆ mergeFrom() [2/3]

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

Definition at line 419 of file PerturbationStrategy.java.

◆ mergeFrom() [3/3]

Builder com.google.ortools.constraintsolver.PerturbationStrategy.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 397 of file PerturbationStrategy.java.


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