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

Classes

class  Builder
 

Public Member Functions

boolean hasLocalSearchStatistics ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics getLocalSearchStatistics ()
 
com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder getLocalSearchStatisticsOrBuilder ()
 
boolean hasConstraintSolverStatistics ()
 
com.google.ortools.constraintsolver.ConstraintSolverStatistics getConstraintSolverStatistics ()
 
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder getConstraintSolverStatisticsOrBuilder ()
 
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< SearchStatisticsgetParserForType ()
 
com.google.ortools.constraintsolver.SearchStatistics getDefaultInstanceForType ()
 

Static Public Member Functions

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

Static Public Attributes

static final int LOCAL_SEARCH_STATISTICS_FIELD_NUMBER = 1
 
static final int CONSTRAINT_SOLVER_STATISTICS_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

Search statistics.

Protobuf type operations_research.SearchStatistics

Definition at line 14 of file SearchStatistics.java.

Member Function Documentation

◆ equals()

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

Definition at line 166 of file SearchStatistics.java.

◆ getConstraintSolverStatistics()

com.google.ortools.constraintsolver.ConstraintSolverStatistics com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatistics ( )
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Returns
The constraintSolverStatistics.

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 108 of file SearchStatistics.java.

◆ getConstraintSolverStatisticsOrBuilder()

com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder com.google.ortools.constraintsolver.SearchStatistics.getConstraintSolverStatisticsOrBuilder ( )
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 119 of file SearchStatistics.java.

◆ getDefaultInstance()

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

Definition at line 847 of file SearchStatistics.java.

◆ getDefaultInstanceForType()

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

Definition at line 883 of file SearchStatistics.java.

◆ getDescriptor()

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

Definition at line 34 of file SearchStatistics.java.

◆ getLocalSearchStatistics()

com.google.ortools.constraintsolver.LocalSearchStatistics com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatistics ( )
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Returns
The localSearchStatistics.

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 70 of file SearchStatistics.java.

◆ getLocalSearchStatisticsOrBuilder()

com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder com.google.ortools.constraintsolver.SearchStatistics.getLocalSearchStatisticsOrBuilder ( )
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 81 of file SearchStatistics.java.

◆ getParserForType()

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

Definition at line 878 of file SearchStatistics.java.

◆ getSerializedSize()

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

Definition at line 147 of file SearchStatistics.java.

◆ hasConstraintSolverStatistics()

boolean com.google.ortools.constraintsolver.SearchStatistics.hasConstraintSolverStatistics ( )
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Returns
Whether the constraintSolverStatistics field is set.

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 96 of file SearchStatistics.java.

◆ hashCode()

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

Definition at line 190 of file SearchStatistics.java.

◆ hasLocalSearchStatistics()

boolean com.google.ortools.constraintsolver.SearchStatistics.hasLocalSearchStatistics ( )
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Returns
Whether the localSearchStatistics field is set.

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 58 of file SearchStatistics.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 40 of file SearchStatistics.java.

◆ isInitialized()

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

Definition at line 125 of file SearchStatistics.java.

◆ newBuilder() [1/2]

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

Definition at line 283 of file SearchStatistics.java.

◆ newBuilder() [2/2]

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

Definition at line 286 of file SearchStatistics.java.

◆ newBuilderForType() [1/2]

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

Definition at line 282 of file SearchStatistics.java.

◆ newBuilderForType() [2/2]

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

Definition at line 296 of file SearchStatistics.java.

◆ newInstance()

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

Definition at line 28 of file SearchStatistics.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 254 of file SearchStatistics.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 260 of file SearchStatistics.java.

◆ parseFrom() [1/10]

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

Definition at line 231 of file SearchStatistics.java.

◆ parseFrom() [2/10]

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

Definition at line 235 of file SearchStatistics.java.

◆ parseFrom() [3/10]

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

Definition at line 220 of file SearchStatistics.java.

◆ parseFrom() [4/10]

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

Definition at line 225 of file SearchStatistics.java.

◆ parseFrom() [5/10]

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

Definition at line 267 of file SearchStatistics.java.

◆ parseFrom() [6/10]

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

Definition at line 273 of file SearchStatistics.java.

◆ parseFrom() [7/10]

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

Definition at line 241 of file SearchStatistics.java.

◆ parseFrom() [8/10]

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

Definition at line 246 of file SearchStatistics.java.

◆ parseFrom() [9/10]

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

Definition at line 209 of file SearchStatistics.java.

◆ parseFrom() [10/10]

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

Definition at line 214 of file SearchStatistics.java.

◆ parser()

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

Definition at line 873 of file SearchStatistics.java.

◆ toBuilder()

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

Definition at line 290 of file SearchStatistics.java.

◆ writeTo()

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

Definition at line 135 of file SearchStatistics.java.

Member Data Documentation

◆ CONSTRAINT_SOLVER_STATISTICS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.SearchStatistics.CONSTRAINT_SOLVER_STATISTICS_FIELD_NUMBER = 2
static

Definition at line 85 of file SearchStatistics.java.

◆ LOCAL_SEARCH_STATISTICS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.SearchStatistics.LOCAL_SEARCH_STATISTICS_FIELD_NUMBER = 1
static

Definition at line 47 of file SearchStatistics.java.


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