Google OR-Tools v9.11
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

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessage.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 553 of file FirstSolutionStrategy.java.

◆ getDefaultInstance()

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

Definition at line 800 of file FirstSolutionStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 836 of file FirstSolutionStrategy.java.

◆ getDescriptor()

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

Definition at line 36 of file FirstSolutionStrategy.java.

◆ getParserForType()

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

Definition at line 831 of file FirstSolutionStrategy.java.

◆ getSerializedSize()

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

Definition at line 542 of file FirstSolutionStrategy.java.

◆ hashCode()

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

Definition at line 567 of file FirstSolutionStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 42 of file FirstSolutionStrategy.java.

◆ isInitialized()

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

Definition at line 526 of file FirstSolutionStrategy.java.

◆ newBuilder() [1/2]

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

Definition at line 652 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 655 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [1/2]

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

Definition at line 651 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [2/2]

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

Definition at line 665 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 623 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 629 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 600 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 604 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 589 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 594 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 636 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 642 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 610 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 615 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 578 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 583 of file FirstSolutionStrategy.java.

◆ parser()

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

Definition at line 826 of file FirstSolutionStrategy.java.

◆ toBuilder()

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

Definition at line 659 of file FirstSolutionStrategy.java.

◆ writeTo()

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

Definition at line 536 of file FirstSolutionStrategy.java.


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