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

Detailed Description

First solution strategies, used as starting point of local search.

Protobuf type operations_research.FirstSolutionStrategy

Definition at line 16 of file FirstSolutionStrategy.java.

Inheritance diagram for com.google.ortools.constraintsolver.FirstSolutionStrategy:
com.google.ortools.constraintsolver.FirstSolutionStrategyOrBuilder

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

Static Public Member Functions

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

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.FirstSolutionStrategy.equals ( final java.lang.Object obj)

Definition at line 578 of file FirstSolutionStrategy.java.

◆ getDefaultInstance()

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

Definition at line 825 of file FirstSolutionStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 861 of file FirstSolutionStrategy.java.

◆ getDescriptor()

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

Definition at line 38 of file FirstSolutionStrategy.java.

◆ getParserForType()

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

Definition at line 856 of file FirstSolutionStrategy.java.

◆ getSerializedSize()

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

Definition at line 567 of file FirstSolutionStrategy.java.

◆ hashCode()

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

Definition at line 592 of file FirstSolutionStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 44 of file FirstSolutionStrategy.java.

◆ isInitialized()

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

Definition at line 551 of file FirstSolutionStrategy.java.

◆ newBuilder() [1/2]

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

Definition at line 677 of file FirstSolutionStrategy.java.

◆ newBuilder() [2/2]

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

Definition at line 680 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [1/2]

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

Definition at line 676 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [2/2]

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

Definition at line 690 of file FirstSolutionStrategy.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 648 of file FirstSolutionStrategy.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 654 of file FirstSolutionStrategy.java.

◆ parseFrom() [1/10]

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

Definition at line 625 of file FirstSolutionStrategy.java.

◆ parseFrom() [2/10]

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

Definition at line 629 of file FirstSolutionStrategy.java.

◆ parseFrom() [3/10]

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

Definition at line 614 of file FirstSolutionStrategy.java.

◆ parseFrom() [4/10]

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

Definition at line 619 of file FirstSolutionStrategy.java.

◆ parseFrom() [5/10]

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

Definition at line 661 of file FirstSolutionStrategy.java.

◆ parseFrom() [6/10]

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

Definition at line 667 of file FirstSolutionStrategy.java.

◆ parseFrom() [7/10]

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

Definition at line 635 of file FirstSolutionStrategy.java.

◆ parseFrom() [8/10]

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

Definition at line 640 of file FirstSolutionStrategy.java.

◆ parseFrom() [9/10]

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

Definition at line 603 of file FirstSolutionStrategy.java.

◆ parseFrom() [10/10]

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

Definition at line 608 of file FirstSolutionStrategy.java.

◆ parser()

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

Definition at line 851 of file FirstSolutionStrategy.java.

◆ toBuilder()

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

Definition at line 684 of file FirstSolutionStrategy.java.

◆ writeTo()

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

Definition at line 561 of file FirstSolutionStrategy.java.


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