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

Detailed Description

Acceptance strategy in which only improving solutions are accepted.

Protobuf type operations_research.GreedyDescentAcceptanceStrategy

Definition at line 203 of file GreedyDescentAcceptanceStrategy.java.

Inheritance diagram for com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.Builder:
com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategyOrBuilder

Public Member Functions

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

Definition at line 248 of file GreedyDescentAcceptanceStrategy.java.

◆ buildPartial()

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

Definition at line 257 of file GreedyDescentAcceptanceStrategy.java.

◆ clear()

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

Definition at line 231 of file GreedyDescentAcceptanceStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 243 of file GreedyDescentAcceptanceStrategy.java.

◆ getDescriptor()

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

Definition at line 208 of file GreedyDescentAcceptanceStrategy.java.

◆ getDescriptorForType()

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

Definition at line 238 of file GreedyDescentAcceptanceStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 214 of file GreedyDescentAcceptanceStrategy.java.

◆ isInitialized()

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

Definition at line 281 of file GreedyDescentAcceptanceStrategy.java.

◆ mergeFrom() [1/3]

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

Definition at line 273 of file GreedyDescentAcceptanceStrategy.java.

◆ mergeFrom() [2/3]

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

Definition at line 286 of file GreedyDescentAcceptanceStrategy.java.

◆ mergeFrom() [3/3]

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

Definition at line 264 of file GreedyDescentAcceptanceStrategy.java.


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