Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.SearchStatisticsOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.constraintsolver.SearchStatisticsOrBuilder:
com.google.ortools.constraintsolver.SearchStatistics com.google.ortools.constraintsolver.SearchStatistics.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 ()
 

Detailed Description

Definition at line 7 of file SearchStatisticsOrBuilder.java.

Member Function Documentation

◆ getConstraintSolverStatistics()

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

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Returns
The constraintSolverStatistics.

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

◆ getConstraintSolverStatisticsOrBuilder()

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

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

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

◆ getLocalSearchStatistics()

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

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Returns
The localSearchStatistics.

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

◆ getLocalSearchStatisticsOrBuilder()

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

.operations_research.LocalSearchStatistics local_search_statistics = 1;

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

◆ hasConstraintSolverStatistics()

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

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Returns
Whether the constraintSolverStatistics field is set.

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

◆ hasLocalSearchStatistics()

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

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Returns
Whether the localSearchStatistics field is set.

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


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