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

java.lang.Object newInstance (UnusedPrivateParameter unused)
 
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
 

Detailed Description

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

Protobuf type operations_research.FirstSolutionStrategy

Definition at line 14 of file FirstSolutionStrategy.java.

Member Function Documentation

◆ equals()

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

Definition at line 542 of file FirstSolutionStrategy.java.

◆ getDefaultInstance()

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

Definition at line 833 of file FirstSolutionStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 869 of file FirstSolutionStrategy.java.

◆ getDescriptor()

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

Definition at line 34 of file FirstSolutionStrategy.java.

◆ getParserForType()

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

Definition at line 864 of file FirstSolutionStrategy.java.

◆ getSerializedSize()

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

Definition at line 531 of file FirstSolutionStrategy.java.

◆ hashCode()

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

Definition at line 556 of file FirstSolutionStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 40 of file FirstSolutionStrategy.java.

◆ isInitialized()

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

Definition at line 515 of file FirstSolutionStrategy.java.

◆ newBuilder() [1/2]

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

Definition at line 641 of file FirstSolutionStrategy.java.

◆ newBuilder() [2/2]

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

Definition at line 644 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [1/2]

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

Definition at line 640 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [2/2]

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

Definition at line 654 of file FirstSolutionStrategy.java.

◆ newInstance()

java.lang.Object com.google.ortools.constraintsolver.FirstSolutionStrategy.newInstance ( UnusedPrivateParameter unused)
protected

Definition at line 28 of file FirstSolutionStrategy.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 612 of file FirstSolutionStrategy.java.

◆ parseDelimitedFrom() [2/2]

static 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 618 of file FirstSolutionStrategy.java.

◆ parseFrom() [1/10]

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

Definition at line 589 of file FirstSolutionStrategy.java.

◆ parseFrom() [2/10]

static 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 593 of file FirstSolutionStrategy.java.

◆ parseFrom() [3/10]

static 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 578 of file FirstSolutionStrategy.java.

◆ parseFrom() [4/10]

static 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 583 of file FirstSolutionStrategy.java.

◆ parseFrom() [5/10]

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

Definition at line 625 of file FirstSolutionStrategy.java.

◆ parseFrom() [6/10]

static 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 631 of file FirstSolutionStrategy.java.

◆ parseFrom() [7/10]

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

Definition at line 599 of file FirstSolutionStrategy.java.

◆ parseFrom() [8/10]

static 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 604 of file FirstSolutionStrategy.java.

◆ parseFrom() [9/10]

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

Definition at line 567 of file FirstSolutionStrategy.java.

◆ parseFrom() [10/10]

static 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 572 of file FirstSolutionStrategy.java.

◆ parser()

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

Definition at line 859 of file FirstSolutionStrategy.java.

◆ toBuilder()

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

Definition at line 648 of file FirstSolutionStrategy.java.

◆ writeTo()

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

Definition at line 525 of file FirstSolutionStrategy.java.


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