![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Statistics on sub-solvers.
Protobuf type operations_research.SubSolverStatistics
Definition at line 284 of file SubSolverStatistics.java.
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.Builder.build | ( | ) |
Definition at line 333 of file SubSolverStatistics.java.
| com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.Builder.buildPartial | ( | ) |
Definition at line 342 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.clear | ( | ) |
Definition at line 312 of file SubSolverStatistics.java.
| 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;
Definition at line 522 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.clearNumGlopCallsInLpScheduling | ( | ) |
Number of calls to Glop in LP scheduling.
int64 num_glop_calls_in_lp_scheduling = 1;
Definition at line 478 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.clearNumMinCostFlowCalls | ( | ) |
Number of calls to min cost flow.
int64 num_min_cost_flow_calls = 3;
Definition at line 566 of file SubSolverStatistics.java.
| com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 328 of file SubSolverStatistics.java.
|
static |
Definition at line 289 of file SubSolverStatistics.java.
| com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getDescriptorForType | ( | ) |
Definition at line 323 of file SubSolverStatistics.java.
| 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;
Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.
Definition at line 495 of file SubSolverStatistics.java.
| long com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getNumGlopCallsInLpScheduling | ( | ) |
Number of calls to Glop in LP scheduling.
int64 num_glop_calls_in_lp_scheduling = 1;
Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.
Definition at line 451 of file SubSolverStatistics.java.
| long com.google.ortools.constraintsolver.SubSolverStatistics.Builder.getNumMinCostFlowCalls | ( | ) |
Number of calls to min cost flow.
int64 num_min_cost_flow_calls = 3;
Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.
Definition at line 539 of file SubSolverStatistics.java.
|
protected |
Definition at line 295 of file SubSolverStatistics.java.
| final boolean com.google.ortools.constraintsolver.SubSolverStatistics.Builder.isInitialized | ( | ) |
Definition at line 389 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.SubSolverStatistics | other | ) |
Definition at line 372 of file SubSolverStatistics.java.
| 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.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 363 of file SubSolverStatistics.java.
| 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;
| value | The numCpSatCallsInLpScheduling to set. |
Definition at line 507 of file SubSolverStatistics.java.
| 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;
| value | The numGlopCallsInLpScheduling to set. |
Definition at line 463 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.Builder.setNumMinCostFlowCalls | ( | long | value | ) |
Number of calls to min cost flow.
int64 num_min_cost_flow_calls = 3;
| value | The numMinCostFlowCalls to set. |
Definition at line 551 of file SubSolverStatistics.java.