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

Public Member Functions

java.lang.String getLocalSearchFilter ()
 
com.google.protobuf.ByteString getLocalSearchFilterBytes ()
 
long getNumCalls ()
 
long getNumRejects ()
 
double getDurationSeconds ()
 
double getNumRejectsPerSecond ()
 
java.lang.String getContext ()
 
com.google.protobuf.ByteString getContextBytes ()
 

Detailed Description

Definition at line 1708 of file LocalSearchStatistics.java.

Member Function Documentation

◆ getContext()

java.lang.String com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getContext ( )

◆ getContextBytes()

com.google.protobuf.ByteString com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getContextBytes ( )

◆ getDurationSeconds()

double com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getDurationSeconds ( )

◆ getLocalSearchFilter()

java.lang.String com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getLocalSearchFilter ( )

◆ getLocalSearchFilterBytes()

com.google.protobuf.ByteString com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getLocalSearchFilterBytes ( )

◆ getNumCalls()

long com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getNumCalls ( )

◆ getNumRejects()

long com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getNumRejects ( )

◆ getNumRejectsPerSecond()

double com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder.getNumRejectsPerSecond ( )
Number of rejects per second.

double num_rejects_per_second = 5;

Returns
The numRejectsPerSecond.

Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics, and com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder.


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