Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.AcceptanceStrategy.Builder Class Reference
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 ()
 

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 360 of file AcceptanceStrategy.java.

Member Function Documentation

◆ build()

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

Definition at line 405 of file AcceptanceStrategy.java.

◆ buildPartial()

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

Definition at line 414 of file AcceptanceStrategy.java.

◆ clear()

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

Definition at line 388 of file AcceptanceStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 400 of file AcceptanceStrategy.java.

◆ getDescriptor()

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

Definition at line 365 of file AcceptanceStrategy.java.

◆ getDescriptorForType()

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

Definition at line 395 of file AcceptanceStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 371 of file AcceptanceStrategy.java.

◆ isInitialized()

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

Definition at line 438 of file AcceptanceStrategy.java.

◆ mergeFrom() [1/3]

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

Definition at line 430 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 443 of file AcceptanceStrategy.java.

◆ mergeFrom() [3/3]

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

Definition at line 421 of file AcceptanceStrategy.java.


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