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

Classes

class  Builder
 
class  FirstSolutionStatistics
 
interface  FirstSolutionStatisticsOrBuilder
 
class  LocalSearchFilterStatistics
 
interface  LocalSearchFilterStatisticsOrBuilder
 
class  LocalSearchOperatorStatistics
 
interface  LocalSearchOperatorStatisticsOrBuilder
 

Public Member Functions

java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsgetFirstSolutionStatisticsList ()
 
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuildergetFirstSolutionStatisticsOrBuilderList ()
 
int getFirstSolutionStatisticsCount ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics getFirstSolutionStatistics (int index)
 
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder getFirstSolutionStatisticsOrBuilder (int index)
 
java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsgetLocalSearchOperatorStatisticsList ()
 
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuildergetLocalSearchOperatorStatisticsOrBuilderList ()
 
int getLocalSearchOperatorStatisticsCount ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics getLocalSearchOperatorStatistics (int index)
 
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder getLocalSearchOperatorStatisticsOrBuilder (int index)
 
long getTotalNumNeighbors ()
 
long getTotalNumFilteredNeighbors ()
 
long getTotalNumAcceptedNeighbors ()
 
java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsgetLocalSearchFilterStatisticsList ()
 
java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuildergetLocalSearchFilterStatisticsOrBuilderList ()
 
int getLocalSearchFilterStatisticsCount ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics getLocalSearchFilterStatistics (int index)
 
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder getLocalSearchFilterStatisticsOrBuilder (int index)
 
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< LocalSearchStatisticsgetParserForType ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics getDefaultInstanceForType ()
 

Static Public Member Functions

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

Static Public Attributes

static final int FIRST_SOLUTION_STATISTICS_FIELD_NUMBER = 6
 
static final int LOCAL_SEARCH_OPERATOR_STATISTICS_FIELD_NUMBER = 1
 
static final int TOTAL_NUM_NEIGHBORS_FIELD_NUMBER = 3
 
static final int TOTAL_NUM_FILTERED_NEIGHBORS_FIELD_NUMBER = 4
 
static final int TOTAL_NUM_ACCEPTED_NEIGHBORS_FIELD_NUMBER = 5
 
static final int LOCAL_SEARCH_FILTER_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

Statistics on local search.

Protobuf type operations_research.LocalSearchStatistics

Definition at line 14 of file LocalSearchStatistics.java.

Member Function Documentation

◆ equals()

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

Definition at line 3153 of file LocalSearchStatistics.java.

◆ getDefaultInstance()

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

Definition at line 4733 of file LocalSearchStatistics.java.

◆ getDefaultInstanceForType()

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

Definition at line 4769 of file LocalSearchStatistics.java.

◆ getDescriptor()

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

Definition at line 37 of file LocalSearchStatistics.java.

◆ getFirstSolutionStatistics()

com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatistics ( int index)
Statistics for each first solution called during the search.

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2907 of file LocalSearchStatistics.java.

◆ getFirstSolutionStatisticsCount()

int com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsCount ( )
Statistics for each first solution called during the search.

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2896 of file LocalSearchStatistics.java.

◆ getFirstSolutionStatisticsList()

java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsList ( )
Statistics for each first solution called during the search.

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2873 of file LocalSearchStatistics.java.

◆ getFirstSolutionStatisticsOrBuilder()

com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsOrBuilder ( int index)
Statistics for each first solution called during the search.

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2918 of file LocalSearchStatistics.java.

◆ getFirstSolutionStatisticsOrBuilderList()

java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder > com.google.ortools.constraintsolver.LocalSearchStatistics.getFirstSolutionStatisticsOrBuilderList ( )
Statistics for each first solution called during the search.

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2885 of file LocalSearchStatistics.java.

◆ getLocalSearchFilterStatistics()

com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatistics ( int index)
Statistics for each filter called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3066 of file LocalSearchStatistics.java.

◆ getLocalSearchFilterStatisticsCount()

int com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsCount ( )
Statistics for each filter called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3055 of file LocalSearchStatistics.java.

◆ getLocalSearchFilterStatisticsList()

java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsList ( )
Statistics for each filter called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3032 of file LocalSearchStatistics.java.

◆ getLocalSearchFilterStatisticsOrBuilder()

com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsOrBuilder ( int index)
Statistics for each filter called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3077 of file LocalSearchStatistics.java.

◆ getLocalSearchFilterStatisticsOrBuilderList()

java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchFilterStatisticsOrBuilderList ( )
Statistics for each filter called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3044 of file LocalSearchStatistics.java.

◆ getLocalSearchOperatorStatistics()

com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatistics ( int index)
Statistics for each operator called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2968 of file LocalSearchStatistics.java.

◆ getLocalSearchOperatorStatisticsCount()

int com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsCount ( )
Statistics for each operator called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2957 of file LocalSearchStatistics.java.

◆ getLocalSearchOperatorStatisticsList()

java.util.List< com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsList ( )
Statistics for each operator called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2934 of file LocalSearchStatistics.java.

◆ getLocalSearchOperatorStatisticsOrBuilder()

com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsOrBuilder ( int index)
Statistics for each operator called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2979 of file LocalSearchStatistics.java.

◆ getLocalSearchOperatorStatisticsOrBuilderList()

java.util.List<? extends com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder > com.google.ortools.constraintsolver.LocalSearchStatistics.getLocalSearchOperatorStatisticsOrBuilderList ( )
Statistics for each operator called during the search.

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2946 of file LocalSearchStatistics.java.

◆ getParserForType()

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

Definition at line 4764 of file LocalSearchStatistics.java.

◆ getSerializedSize()

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

Definition at line 3118 of file LocalSearchStatistics.java.

◆ getTotalNumAcceptedNeighbors()

long com.google.ortools.constraintsolver.LocalSearchStatistics.getTotalNumAcceptedNeighbors ( )

int64 total_num_accepted_neighbors = 5;

Returns
The totalNumAcceptedNeighbors.

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3017 of file LocalSearchStatistics.java.

◆ getTotalNumFilteredNeighbors()

long com.google.ortools.constraintsolver.LocalSearchStatistics.getTotalNumFilteredNeighbors ( )

int64 total_num_filtered_neighbors = 4;

Returns
The totalNumFilteredNeighbors.

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 3006 of file LocalSearchStatistics.java.

◆ getTotalNumNeighbors()

long com.google.ortools.constraintsolver.LocalSearchStatistics.getTotalNumNeighbors ( )
Total number of (filtered/accepted) neighbors created during the search.

int64 total_num_neighbors = 3;

Returns
The totalNumNeighbors.

Implements com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder.

Definition at line 2995 of file LocalSearchStatistics.java.

◆ hashCode()

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

Definition at line 3179 of file LocalSearchStatistics.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 43 of file LocalSearchStatistics.java.

◆ isInitialized()

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

Definition at line 3084 of file LocalSearchStatistics.java.

◆ newBuilder() [1/2]

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

Definition at line 3285 of file LocalSearchStatistics.java.

◆ newBuilder() [2/2]

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

Definition at line 3288 of file LocalSearchStatistics.java.

◆ newBuilderForType() [1/2]

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

Definition at line 3284 of file LocalSearchStatistics.java.

◆ newBuilderForType() [2/2]

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

Definition at line 3298 of file LocalSearchStatistics.java.

◆ newInstance()

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

Definition at line 31 of file LocalSearchStatistics.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 3256 of file LocalSearchStatistics.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 3262 of file LocalSearchStatistics.java.

◆ parseFrom() [1/10]

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

Definition at line 3233 of file LocalSearchStatistics.java.

◆ parseFrom() [2/10]

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

Definition at line 3237 of file LocalSearchStatistics.java.

◆ parseFrom() [3/10]

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

Definition at line 3222 of file LocalSearchStatistics.java.

◆ parseFrom() [4/10]

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

Definition at line 3227 of file LocalSearchStatistics.java.

◆ parseFrom() [5/10]

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

Definition at line 3269 of file LocalSearchStatistics.java.

◆ parseFrom() [6/10]

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

Definition at line 3275 of file LocalSearchStatistics.java.

◆ parseFrom() [7/10]

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

Definition at line 3243 of file LocalSearchStatistics.java.

◆ parseFrom() [8/10]

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

Definition at line 3248 of file LocalSearchStatistics.java.

◆ parseFrom() [9/10]

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

Definition at line 3211 of file LocalSearchStatistics.java.

◆ parseFrom() [10/10]

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

Definition at line 3216 of file LocalSearchStatistics.java.

◆ parser()

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

Definition at line 4759 of file LocalSearchStatistics.java.

◆ toBuilder()

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

Definition at line 3292 of file LocalSearchStatistics.java.

◆ writeTo()

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

Definition at line 3094 of file LocalSearchStatistics.java.

Member Data Documentation

◆ FIRST_SOLUTION_STATISTICS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.FIRST_SOLUTION_STATISTICS_FIELD_NUMBER = 6
static

Definition at line 2862 of file LocalSearchStatistics.java.

◆ LOCAL_SEARCH_FILTER_STATISTICS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.LOCAL_SEARCH_FILTER_STATISTICS_FIELD_NUMBER = 2
static

Definition at line 3021 of file LocalSearchStatistics.java.

◆ LOCAL_SEARCH_OPERATOR_STATISTICS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.LOCAL_SEARCH_OPERATOR_STATISTICS_FIELD_NUMBER = 1
static

Definition at line 2923 of file LocalSearchStatistics.java.

◆ TOTAL_NUM_ACCEPTED_NEIGHBORS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.TOTAL_NUM_ACCEPTED_NEIGHBORS_FIELD_NUMBER = 5
static

Definition at line 3010 of file LocalSearchStatistics.java.

◆ TOTAL_NUM_FILTERED_NEIGHBORS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.TOTAL_NUM_FILTERED_NEIGHBORS_FIELD_NUMBER = 4
static

Definition at line 2999 of file LocalSearchStatistics.java.

◆ TOTAL_NUM_NEIGHBORS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.LocalSearchStatistics.TOTAL_NUM_NEIGHBORS_FIELD_NUMBER = 3
static

Definition at line 2984 of file LocalSearchStatistics.java.


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