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

Classes

class  Builder
 

Public Member Functions

java.lang.String getStrategy ()
 
com.google.protobuf.ByteString getStrategyBytes ()
 
double getDurationSeconds ()
 
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< FirstSolutionStatisticsgetParserForType ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics getDefaultInstanceForType ()
 

Static Public Member Functions

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

Static Public Attributes

static final int STRATEGY_FIELD_NUMBER = 1
 
static final int DURATION_SECONDS_FIELD_NUMBER = 2
 

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 statistics collected during search.

Protobuf type operations_research.LocalSearchStatistics.FirstSolutionStatistics

Definition at line 90 of file LocalSearchStatistics.java.

Member Function Documentation

◆ equals()

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

Definition at line 227 of file LocalSearchStatistics.java.

◆ getDefaultInstance()

static com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getDefaultInstance ( )
static

Definition at line 697 of file LocalSearchStatistics.java.

◆ getDefaultInstanceForType()

com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getDefaultInstanceForType ( )

Definition at line 733 of file LocalSearchStatistics.java.

◆ getDescriptor()

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

Definition at line 111 of file LocalSearchStatistics.java.

◆ getDurationSeconds()

double com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getDurationSeconds ( )
Time spent in the decision builder.

double duration_seconds = 2;

Returns
The durationSeconds.

Implements com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.

Definition at line 181 of file LocalSearchStatistics.java.

◆ getParserForType()

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

Definition at line 728 of file LocalSearchStatistics.java.

◆ getSerializedSize()

int com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getSerializedSize ( )

Definition at line 209 of file LocalSearchStatistics.java.

◆ getStrategy()

java.lang.String com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getStrategy ( )
Name of the strategy used.

string strategy = 1;

Returns
The strategy.

Implements com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.

Definition at line 135 of file LocalSearchStatistics.java.

◆ getStrategyBytes()

com.google.protobuf.ByteString com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.getStrategyBytes ( )
Name of the strategy used.

string strategy = 1;

Returns
The bytes for strategy.

Implements com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder.

Definition at line 157 of file LocalSearchStatistics.java.

◆ hashCode()

int com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.hashCode ( )

Definition at line 246 of file LocalSearchStatistics.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 117 of file LocalSearchStatistics.java.

◆ isInitialized()

final boolean com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.isInitialized ( )

Definition at line 187 of file LocalSearchStatistics.java.

◆ newBuilder() [1/2]

static Builder com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.newBuilder ( )
static

Definition at line 336 of file LocalSearchStatistics.java.

◆ newBuilder() [2/2]

static Builder com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.newBuilder ( com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics prototype)
static

Definition at line 339 of file LocalSearchStatistics.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.newBuilderForType ( )

Definition at line 335 of file LocalSearchStatistics.java.

◆ newBuilderForType() [2/2]

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

Definition at line 349 of file LocalSearchStatistics.java.

◆ newInstance()

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

Definition at line 105 of file LocalSearchStatistics.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 307 of file LocalSearchStatistics.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 313 of file LocalSearchStatistics.java.

◆ parseFrom() [1/10]

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

Definition at line 284 of file LocalSearchStatistics.java.

◆ parseFrom() [2/10]

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

Definition at line 288 of file LocalSearchStatistics.java.

◆ parseFrom() [3/10]

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

Definition at line 273 of file LocalSearchStatistics.java.

◆ parseFrom() [4/10]

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

Definition at line 278 of file LocalSearchStatistics.java.

◆ parseFrom() [5/10]

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

Definition at line 320 of file LocalSearchStatistics.java.

◆ parseFrom() [6/10]

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

Definition at line 326 of file LocalSearchStatistics.java.

◆ parseFrom() [7/10]

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

Definition at line 294 of file LocalSearchStatistics.java.

◆ parseFrom() [8/10]

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

Definition at line 299 of file LocalSearchStatistics.java.

◆ parseFrom() [9/10]

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

Definition at line 262 of file LocalSearchStatistics.java.

◆ parseFrom() [10/10]

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

Definition at line 267 of file LocalSearchStatistics.java.

◆ parser()

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

Definition at line 723 of file LocalSearchStatistics.java.

◆ toBuilder()

Builder com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.toBuilder ( )

Definition at line 343 of file LocalSearchStatistics.java.

◆ writeTo()

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

Definition at line 197 of file LocalSearchStatistics.java.

Member Data Documentation

◆ DURATION_SECONDS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.DURATION_SECONDS_FIELD_NUMBER = 2
static

Definition at line 170 of file LocalSearchStatistics.java.

◆ STRATEGY_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.STRATEGY_FIELD_NUMBER = 1
static

Definition at line 123 of file LocalSearchStatistics.java.


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