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

Detailed Description

Acceptance strategy in which only improving solutions are accepted.

Protobuf type operations_research.GreedyDescentAcceptanceStrategy

Definition at line 16 of file GreedyDescentAcceptanceStrategy.java.

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

Classes

class  Builder

Public Member Functions

final boolean isInitialized ()
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
int getSerializedSize ()
boolean equals (final java.lang.Object obj)
int hashCode ()
Builder newBuilderForType ()
Builder toBuilder ()
com.google.protobuf.Parser< GreedyDescentAcceptanceStrategy > getParserForType ()
com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy getDefaultInstanceForType ()

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (java.io.InputStream input) throws java.io.IOException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static Builder newBuilder ()
static Builder newBuilder (com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy prototype)
static com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy getDefaultInstance ()
static com.google.protobuf.Parser< GreedyDescentAcceptanceStrategy > parser ()

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
Builder newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent)

Member Function Documentation

◆ equals()

boolean com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.equals ( final java.lang.Object obj)

Definition at line 79 of file GreedyDescentAcceptanceStrategy.java.

◆ getDefaultInstance()

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.getDefaultInstance ( )
static

Definition at line 326 of file GreedyDescentAcceptanceStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 362 of file GreedyDescentAcceptanceStrategy.java.

◆ getDescriptor()

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

Definition at line 38 of file GreedyDescentAcceptanceStrategy.java.

◆ getParserForType()

com.google.protobuf.Parser< GreedyDescentAcceptanceStrategy > com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.getParserForType ( )

Definition at line 357 of file GreedyDescentAcceptanceStrategy.java.

◆ getSerializedSize()

int com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.getSerializedSize ( )

Definition at line 68 of file GreedyDescentAcceptanceStrategy.java.

◆ hashCode()

int com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.hashCode ( )

Definition at line 93 of file GreedyDescentAcceptanceStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 44 of file GreedyDescentAcceptanceStrategy.java.

◆ isInitialized()

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

Definition at line 52 of file GreedyDescentAcceptanceStrategy.java.

◆ newBuilder() [1/2]

Builder com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.newBuilder ( )
static

Definition at line 178 of file GreedyDescentAcceptanceStrategy.java.

◆ newBuilder() [2/2]

Builder com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.newBuilder ( com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy prototype)
static

Definition at line 181 of file GreedyDescentAcceptanceStrategy.java.

◆ newBuilderForType() [1/2]

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

Definition at line 177 of file GreedyDescentAcceptanceStrategy.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 191 of file GreedyDescentAcceptanceStrategy.java.

◆ parseDelimitedFrom() [1/2]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 149 of file GreedyDescentAcceptanceStrategy.java.

◆ parseDelimitedFrom() [2/2]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 155 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [1/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 126 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [2/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 130 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [3/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 115 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [4/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 120 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [5/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 162 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [6/10]

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

Definition at line 168 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [7/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 136 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [8/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 141 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [9/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 104 of file GreedyDescentAcceptanceStrategy.java.

◆ parseFrom() [10/10]

com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 109 of file GreedyDescentAcceptanceStrategy.java.

◆ parser()

com.google.protobuf.Parser< GreedyDescentAcceptanceStrategy > com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.parser ( )
static

Definition at line 352 of file GreedyDescentAcceptanceStrategy.java.

◆ toBuilder()

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

Definition at line 185 of file GreedyDescentAcceptanceStrategy.java.

◆ writeTo()

void com.google.ortools.constraintsolver.GreedyDescentAcceptanceStrategy.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 62 of file GreedyDescentAcceptanceStrategy.java.


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