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

Public Member Functions

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

Detailed Description

Definition at line 7 of file LocalSearchStatisticsOrBuilder.java.

Member Function Documentation

◆ getFirstSolutionStatistics()

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

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

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

◆ getFirstSolutionStatisticsCount()

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

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

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

◆ getFirstSolutionStatisticsList()

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

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

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

◆ getFirstSolutionStatisticsOrBuilder()

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

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

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

◆ getFirstSolutionStatisticsOrBuilderList()

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

repeated .operations_research.LocalSearchStatistics.FirstSolutionStatistics first_solution_statistics = 6;

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

◆ getLocalSearchFilterStatistics()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

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

◆ getLocalSearchFilterStatisticsCount()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

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

◆ getLocalSearchFilterStatisticsList()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

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

◆ getLocalSearchFilterStatisticsOrBuilder()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

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

◆ getLocalSearchFilterStatisticsOrBuilderList()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchFilterStatistics local_search_filter_statistics = 2;

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

◆ getLocalSearchOperatorStatistics()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

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

◆ getLocalSearchOperatorStatisticsCount()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

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

◆ getLocalSearchOperatorStatisticsList()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

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

◆ getLocalSearchOperatorStatisticsOrBuilder()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

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

◆ getLocalSearchOperatorStatisticsOrBuilderList()

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

repeated .operations_research.LocalSearchStatistics.LocalSearchOperatorStatistics local_search_operator_statistics = 1;

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

◆ getTotalNumAcceptedNeighbors()

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

int64 total_num_accepted_neighbors = 5;

Returns
The totalNumAcceptedNeighbors.

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

◆ getTotalNumFilteredNeighbors()

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

int64 total_num_filtered_neighbors = 4;

Returns
The totalNumFilteredNeighbors.

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

◆ getTotalNumNeighbors()

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

int64 total_num_neighbors = 3;

Returns
The totalNumNeighbors.

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


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