Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.AcceptanceStrategy Class Reference
Inheritance diagram for com.google.ortools.constraintsolver.AcceptanceStrategy:
com.google.ortools.constraintsolver.AcceptanceStrategyOrBuilder

Classes

class  Builder
 
enum  Value
 

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< AcceptanceStrategygetParserForType ()
 
com.google.ortools.constraintsolver.AcceptanceStrategy getDefaultInstanceForType ()
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.AcceptanceStrategy 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.AcceptanceStrategy prototype)
 
static com.google.ortools.constraintsolver.AcceptanceStrategy getDefaultInstance ()
 
static com.google.protobuf.Parser< AcceptanceStrategyparser ()
 

Protected Member Functions

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

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

Member Function Documentation

◆ equals()

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

Definition at line 234 of file AcceptanceStrategy.java.

◆ getDefaultInstance()

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

Definition at line 483 of file AcceptanceStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 519 of file AcceptanceStrategy.java.

◆ getDescriptor()

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

Definition at line 39 of file AcceptanceStrategy.java.

◆ getParserForType()

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

Definition at line 514 of file AcceptanceStrategy.java.

◆ getSerializedSize()

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

Definition at line 223 of file AcceptanceStrategy.java.

◆ hashCode()

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

Definition at line 248 of file AcceptanceStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 45 of file AcceptanceStrategy.java.

◆ isInitialized()

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

Definition at line 207 of file AcceptanceStrategy.java.

◆ newBuilder() [1/2]

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

Definition at line 333 of file AcceptanceStrategy.java.

◆ newBuilder() [2/2]

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

Definition at line 336 of file AcceptanceStrategy.java.

◆ newBuilderForType() [1/2]

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

Definition at line 332 of file AcceptanceStrategy.java.

◆ newBuilderForType() [2/2]

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

Definition at line 346 of file AcceptanceStrategy.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 304 of file AcceptanceStrategy.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 310 of file AcceptanceStrategy.java.

◆ parseFrom() [1/10]

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

Definition at line 281 of file AcceptanceStrategy.java.

◆ parseFrom() [2/10]

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

Definition at line 285 of file AcceptanceStrategy.java.

◆ parseFrom() [3/10]

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

Definition at line 270 of file AcceptanceStrategy.java.

◆ parseFrom() [4/10]

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

Definition at line 275 of file AcceptanceStrategy.java.

◆ parseFrom() [5/10]

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

Definition at line 317 of file AcceptanceStrategy.java.

◆ parseFrom() [6/10]

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

Definition at line 323 of file AcceptanceStrategy.java.

◆ parseFrom() [7/10]

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

Definition at line 291 of file AcceptanceStrategy.java.

◆ parseFrom() [8/10]

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

Definition at line 296 of file AcceptanceStrategy.java.

◆ parseFrom() [9/10]

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

Definition at line 259 of file AcceptanceStrategy.java.

◆ parseFrom() [10/10]

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

Definition at line 264 of file AcceptanceStrategy.java.

◆ parser()

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

Definition at line 509 of file AcceptanceStrategy.java.

◆ toBuilder()

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

Definition at line 340 of file AcceptanceStrategy.java.

◆ writeTo()

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

Definition at line 217 of file AcceptanceStrategy.java.


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