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

Public Member Functions

Builder clear ()
 
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
 
com.google.ortools.constraintsolver.SearchStatistics getDefaultInstanceForType ()
 
com.google.ortools.constraintsolver.SearchStatistics build ()
 
com.google.ortools.constraintsolver.SearchStatistics buildPartial ()
 
Builder mergeFrom (com.google.protobuf.Message other)
 
Builder mergeFrom (com.google.ortools.constraintsolver.SearchStatistics other)
 
final boolean isInitialized ()
 
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
boolean hasLocalSearchStatistics ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics getLocalSearchStatistics ()
 
Builder setLocalSearchStatistics (com.google.ortools.constraintsolver.LocalSearchStatistics value)
 
Builder setLocalSearchStatistics (com.google.ortools.constraintsolver.LocalSearchStatistics.Builder builderForValue)
 
Builder mergeLocalSearchStatistics (com.google.ortools.constraintsolver.LocalSearchStatistics value)
 
Builder clearLocalSearchStatistics ()
 
com.google.ortools.constraintsolver.LocalSearchStatistics.Builder getLocalSearchStatisticsBuilder ()
 
com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder getLocalSearchStatisticsOrBuilder ()
 
boolean hasConstraintSolverStatistics ()
 
com.google.ortools.constraintsolver.ConstraintSolverStatistics getConstraintSolverStatistics ()
 
Builder setConstraintSolverStatistics (com.google.ortools.constraintsolver.ConstraintSolverStatistics value)
 
Builder setConstraintSolverStatistics (com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder builderForValue)
 
Builder mergeConstraintSolverStatistics (com.google.ortools.constraintsolver.ConstraintSolverStatistics value)
 
Builder clearConstraintSolverStatistics ()
 
com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder getConstraintSolverStatisticsBuilder ()
 
com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder getConstraintSolverStatisticsOrBuilder ()
 
- Public Member Functions inherited from com.google.ortools.constraintsolver.SearchStatisticsOrBuilder

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
 

Detailed Description

Search statistics.

Protobuf type operations_research.SearchStatistics

Definition at line 310 of file SearchStatistics.java.

Member Function Documentation

◆ build()

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

Definition at line 373 of file SearchStatistics.java.

◆ buildPartial()

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

Definition at line 382 of file SearchStatistics.java.

◆ clear()

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

Definition at line 345 of file SearchStatistics.java.

◆ clearConstraintSolverStatistics()

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.clearConstraintSolverStatistics ( )
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Definition at line 738 of file SearchStatistics.java.

◆ clearLocalSearchStatistics()

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.clearLocalSearchStatistics ( )
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Definition at line 581 of file SearchStatistics.java.

◆ getConstraintSolverStatistics()

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

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Returns
The constraintSolverStatistics.

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 661 of file SearchStatistics.java.

◆ getConstraintSolverStatisticsBuilder()

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

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Definition at line 755 of file SearchStatistics.java.

◆ getConstraintSolverStatisticsOrBuilder()

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

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 767 of file SearchStatistics.java.

◆ getDefaultInstanceForType()

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

Definition at line 368 of file SearchStatistics.java.

◆ getDescriptor()

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

Definition at line 315 of file SearchStatistics.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.SearchStatistics.Builder.getDescriptorForType ( )

Definition at line 363 of file SearchStatistics.java.

◆ getLocalSearchStatistics()

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

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Returns
The localSearchStatistics.

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 504 of file SearchStatistics.java.

◆ getLocalSearchStatisticsBuilder()

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

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Definition at line 598 of file SearchStatistics.java.

◆ getLocalSearchStatisticsOrBuilder()

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

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Implements com.google.ortools.constraintsolver.SearchStatisticsOrBuilder.

Definition at line 610 of file SearchStatistics.java.

◆ hasConstraintSolverStatistics()

boolean com.google.ortools.constraintsolver.SearchStatistics.Builder.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 650 of file SearchStatistics.java.

◆ hasLocalSearchStatistics()

boolean com.google.ortools.constraintsolver.SearchStatistics.Builder.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 493 of file SearchStatistics.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 321 of file SearchStatistics.java.

◆ isInitialized()

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

Definition at line 431 of file SearchStatistics.java.

◆ mergeConstraintSolverStatistics()

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.mergeConstraintSolverStatistics ( com.google.ortools.constraintsolver.ConstraintSolverStatistics value)
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Definition at line 713 of file SearchStatistics.java.

◆ mergeFrom() [1/3]

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.mergeFrom ( com.google.ortools.constraintsolver.SearchStatistics other)

Definition at line 417 of file SearchStatistics.java.

◆ mergeFrom() [2/3]

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

Definition at line 436 of file SearchStatistics.java.

◆ mergeFrom() [3/3]

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 408 of file SearchStatistics.java.

◆ mergeLocalSearchStatistics()

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.mergeLocalSearchStatistics ( com.google.ortools.constraintsolver.LocalSearchStatistics value)
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Definition at line 556 of file SearchStatistics.java.

◆ setConstraintSolverStatistics() [1/2]

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.setConstraintSolverStatistics ( com.google.ortools.constraintsolver.ConstraintSolverStatistics value)
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Definition at line 675 of file SearchStatistics.java.

◆ setConstraintSolverStatistics() [2/2]

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.setConstraintSolverStatistics ( com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder builderForValue)
Constraint solver statistics.

.operations_research.ConstraintSolverStatistics constraint_solver_statistics = 2;

Definition at line 695 of file SearchStatistics.java.

◆ setLocalSearchStatistics() [1/2]

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.setLocalSearchStatistics ( com.google.ortools.constraintsolver.LocalSearchStatistics value)
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Definition at line 518 of file SearchStatistics.java.

◆ setLocalSearchStatistics() [2/2]

Builder com.google.ortools.constraintsolver.SearchStatistics.Builder.setLocalSearchStatistics ( com.google.ortools.constraintsolver.LocalSearchStatistics.Builder builderForValue)
Local search statistics.

.operations_research.LocalSearchStatistics local_search_statistics = 1;

Definition at line 538 of file SearchStatistics.java.


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