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

Detailed Description

Determines when a neighbor solution, obtained by the application of a
perturbation and improvement step to a reference solution, is used to
replace the reference solution.

Protobuf type operations_research.AcceptanceStrategy

Definition at line 361 of file AcceptanceStrategy.java.

Inheritance diagram for com.google.ortools.constraintsolver.AcceptanceStrategy.Builder:
com.google.ortools.constraintsolver.AcceptanceStrategyOrBuilder

Public Member Functions

Builder clear ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
com.google.ortools.constraintsolver.AcceptanceStrategy getDefaultInstanceForType ()
com.google.ortools.constraintsolver.AcceptanceStrategy build ()
com.google.ortools.constraintsolver.AcceptanceStrategy buildPartial ()
Builder mergeFrom (com.google.protobuf.Message other)
Builder mergeFrom (com.google.ortools.constraintsolver.AcceptanceStrategy 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.AcceptanceStrategy com.google.ortools.constraintsolver.AcceptanceStrategy.Builder.build ( )

Definition at line 406 of file AcceptanceStrategy.java.

◆ buildPartial()

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

Definition at line 415 of file AcceptanceStrategy.java.

◆ clear()

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

Definition at line 389 of file AcceptanceStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 401 of file AcceptanceStrategy.java.

◆ getDescriptor()

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

Definition at line 366 of file AcceptanceStrategy.java.

◆ getDescriptorForType()

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

Definition at line 396 of file AcceptanceStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 372 of file AcceptanceStrategy.java.

◆ isInitialized()

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

Definition at line 439 of file AcceptanceStrategy.java.

◆ mergeFrom() [1/3]

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

Definition at line 431 of file AcceptanceStrategy.java.

◆ mergeFrom() [2/3]

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

Definition at line 444 of file AcceptanceStrategy.java.

◆ mergeFrom() [3/3]

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

Definition at line 422 of file AcceptanceStrategy.java.


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