Google OR-Tools v9.12
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 15 of file FirstSolutionStrategy.java.

Member Function Documentation

◆ equals()

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

Definition at line 577 of file FirstSolutionStrategy.java.

◆ getDefaultInstance()

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

Definition at line 824 of file FirstSolutionStrategy.java.

◆ getDefaultInstanceForType()

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

Definition at line 860 of file FirstSolutionStrategy.java.

◆ getDescriptor()

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

Definition at line 37 of file FirstSolutionStrategy.java.

◆ getParserForType()

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

Definition at line 855 of file FirstSolutionStrategy.java.

◆ getSerializedSize()

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

Definition at line 566 of file FirstSolutionStrategy.java.

◆ hashCode()

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

Definition at line 591 of file FirstSolutionStrategy.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 43 of file FirstSolutionStrategy.java.

◆ isInitialized()

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

Definition at line 550 of file FirstSolutionStrategy.java.

◆ newBuilder() [1/2]

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

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

◆ newBuilderForType() [1/2]

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

Definition at line 675 of file FirstSolutionStrategy.java.

◆ newBuilderForType() [2/2]

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

Definition at line 689 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 647 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 653 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 624 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 628 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 613 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 618 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 660 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 666 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 634 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 639 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 602 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 607 of file FirstSolutionStrategy.java.

◆ parser()

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

Definition at line 850 of file FirstSolutionStrategy.java.

◆ toBuilder()

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

Definition at line 683 of file FirstSolutionStrategy.java.

◆ writeTo()

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

Definition at line 560 of file FirstSolutionStrategy.java.


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