Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.SubSolverStatistics.Builder Class Reference

Detailed Description

Statistics on sub-solvers.

Protobuf type operations_research.SubSolverStatistics

Definition at line 284 of file SubSolverStatistics.java.

Inheritance diagram for com.google.ortools.constraintsolver.SubSolverStatistics.Builder:
com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder

Public Member Functions

Builder clear ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
com.google.ortools.constraintsolver.SubSolverStatistics getDefaultInstanceForType ()
com.google.ortools.constraintsolver.SubSolverStatistics build ()
com.google.ortools.constraintsolver.SubSolverStatistics buildPartial ()
Builder mergeFrom (com.google.protobuf.Message other)
Builder mergeFrom (com.google.ortools.constraintsolver.SubSolverStatistics other)
final boolean isInitialized ()
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
long getNumGlopCallsInLpScheduling ()
Builder setNumGlopCallsInLpScheduling (long value)
Builder clearNumGlopCallsInLpScheduling ()
long getNumCpSatCallsInLpScheduling ()
Builder setNumCpSatCallsInLpScheduling (long value)
Builder clearNumCpSatCallsInLpScheduling ()
long getNumMinCostFlowCalls ()
Builder setNumMinCostFlowCalls (long value)
Builder clearNumMinCostFlowCalls ()

Static Public Member Functions

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

Protected Member Functions

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

Member Function Documentation

◆ build()

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

Definition at line 333 of file SubSolverStatistics.java.

◆ buildPartial()

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

Definition at line 342 of file SubSolverStatistics.java.

◆ clear()

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

Definition at line 312 of file SubSolverStatistics.java.

◆ clearNumCpSatCallsInLpScheduling()

Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.clearNumCpSatCallsInLpScheduling ( )
Number of calls to CP-SAT in LP scheduling.

int64 num_cp_sat_calls_in_lp_scheduling = 2;

Returns
This builder for chaining.

Definition at line 522 of file SubSolverStatistics.java.

◆ clearNumGlopCallsInLpScheduling()

Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.clearNumGlopCallsInLpScheduling ( )
Number of calls to Glop in LP scheduling.

int64 num_glop_calls_in_lp_scheduling = 1;

Returns
This builder for chaining.

Definition at line 478 of file SubSolverStatistics.java.

◆ clearNumMinCostFlowCalls()

Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.clearNumMinCostFlowCalls ( )
Number of calls to min cost flow.

int64 num_min_cost_flow_calls = 3;

Returns
This builder for chaining.

Definition at line 566 of file SubSolverStatistics.java.

◆ getDefaultInstanceForType()

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

Definition at line 328 of file SubSolverStatistics.java.

◆ getDescriptor()

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

Definition at line 289 of file SubSolverStatistics.java.

◆ getDescriptorForType()

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

Definition at line 323 of file SubSolverStatistics.java.

◆ getNumCpSatCallsInLpScheduling()

long com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getNumCpSatCallsInLpScheduling ( )
Number of calls to CP-SAT in LP scheduling.

int64 num_cp_sat_calls_in_lp_scheduling = 2;

Returns
The numCpSatCallsInLpScheduling.

Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.

Definition at line 495 of file SubSolverStatistics.java.

◆ getNumGlopCallsInLpScheduling()

long com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getNumGlopCallsInLpScheduling ( )
Number of calls to Glop in LP scheduling.

int64 num_glop_calls_in_lp_scheduling = 1;

Returns
The numGlopCallsInLpScheduling.

Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.

Definition at line 451 of file SubSolverStatistics.java.

◆ getNumMinCostFlowCalls()

long com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getNumMinCostFlowCalls ( )
Number of calls to min cost flow.

int64 num_min_cost_flow_calls = 3;

Returns
The numMinCostFlowCalls.

Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.

Definition at line 539 of file SubSolverStatistics.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 295 of file SubSolverStatistics.java.

◆ isInitialized()

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

Definition at line 389 of file SubSolverStatistics.java.

◆ mergeFrom() [1/3]

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

Definition at line 372 of file SubSolverStatistics.java.

◆ mergeFrom() [2/3]

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

Definition at line 394 of file SubSolverStatistics.java.

◆ mergeFrom() [3/3]

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

Definition at line 363 of file SubSolverStatistics.java.

◆ setNumCpSatCallsInLpScheduling()

Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.setNumCpSatCallsInLpScheduling ( long value)
Number of calls to CP-SAT in LP scheduling.

int64 num_cp_sat_calls_in_lp_scheduling = 2;

Parameters
valueThe numCpSatCallsInLpScheduling to set.
Returns
This builder for chaining.

Definition at line 507 of file SubSolverStatistics.java.

◆ setNumGlopCallsInLpScheduling()

Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.setNumGlopCallsInLpScheduling ( long value)
Number of calls to Glop in LP scheduling.

int64 num_glop_calls_in_lp_scheduling = 1;

Parameters
valueThe numGlopCallsInLpScheduling to set.
Returns
This builder for chaining.

Definition at line 463 of file SubSolverStatistics.java.

◆ setNumMinCostFlowCalls()

Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.setNumMinCostFlowCalls ( long value)
Number of calls to min cost flow.

int64 num_min_cost_flow_calls = 3;

Parameters
valueThe numMinCostFlowCalls to set.
Returns
This builder for chaining.

Definition at line 551 of file SubSolverStatistics.java.


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