![]() |
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 16 of file SubSolverStatistics.java.
Classes | |
| class | Builder |
Public Member Functions | |
| long | getNumGlopCallsInLpScheduling () |
| long | getNumCpSatCallsInLpScheduling () |
| long | getNumMinCostFlowCalls () |
| final boolean | isInitialized () |
| void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
| int | getSerializedSize () |
| boolean | equals (final java.lang.Object obj) |
| int | hashCode () |
| Builder | newBuilderForType () |
| Builder | toBuilder () |
| com.google.protobuf.Parser< SubSolverStatistics > | getParserForType () |
| com.google.ortools.constraintsolver.SubSolverStatistics | getDefaultInstanceForType () |
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (java.io.InputStream input) throws java.io.IOException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
| static com.google.ortools.constraintsolver.SubSolverStatistics | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static Builder | newBuilder () |
| static Builder | newBuilder (com.google.ortools.constraintsolver.SubSolverStatistics prototype) |
| static com.google.ortools.constraintsolver.SubSolverStatistics | getDefaultInstance () |
| static com.google.protobuf.Parser< SubSolverStatistics > | parser () |
Static Public Attributes | |
| static final int | NUM_GLOP_CALLS_IN_LP_SCHEDULING_FIELD_NUMBER = 1 |
| static final int | NUM_CP_SAT_CALLS_IN_LP_SCHEDULING_FIELD_NUMBER = 2 |
| static final int | NUM_MIN_COST_FLOW_CALLS_FIELD_NUMBER = 3 |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| boolean com.google.ortools.constraintsolver.SubSolverStatistics.equals | ( | final java.lang.Object | obj | ) |
Definition at line 145 of file SubSolverStatistics.java.
|
static |
Definition at line 582 of file SubSolverStatistics.java.
| com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.getDefaultInstanceForType | ( | ) |
Definition at line 618 of file SubSolverStatistics.java.
|
static |
Definition at line 38 of file SubSolverStatistics.java.
| long com.google.ortools.constraintsolver.SubSolverStatistics.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 76 of file SubSolverStatistics.java.
| long com.google.ortools.constraintsolver.SubSolverStatistics.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 61 of file SubSolverStatistics.java.
| long com.google.ortools.constraintsolver.SubSolverStatistics.getNumMinCostFlowCalls | ( | ) |
Number of calls to min cost flow.
int64 num_min_cost_flow_calls = 3;
Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.
Definition at line 91 of file SubSolverStatistics.java.
| com.google.protobuf.Parser< SubSolverStatistics > com.google.ortools.constraintsolver.SubSolverStatistics.getParserForType | ( | ) |
Definition at line 613 of file SubSolverStatistics.java.
| int com.google.ortools.constraintsolver.SubSolverStatistics.getSerializedSize | ( | ) |
Definition at line 122 of file SubSolverStatistics.java.
| int com.google.ortools.constraintsolver.SubSolverStatistics.hashCode | ( | ) |
Definition at line 165 of file SubSolverStatistics.java.
|
protected |
Definition at line 44 of file SubSolverStatistics.java.
| final boolean com.google.ortools.constraintsolver.SubSolverStatistics.isInitialized | ( | ) |
Definition at line 97 of file SubSolverStatistics.java.
|
static |
Definition at line 259 of file SubSolverStatistics.java.
|
static |
Definition at line 262 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.newBuilderForType | ( | ) |
Definition at line 258 of file SubSolverStatistics.java.
|
protected |
Definition at line 272 of file SubSolverStatistics.java.
|
static |
Definition at line 230 of file SubSolverStatistics.java.
|
static |
Definition at line 236 of file SubSolverStatistics.java.
|
static |
Definition at line 207 of file SubSolverStatistics.java.
|
static |
Definition at line 211 of file SubSolverStatistics.java.
|
static |
Definition at line 196 of file SubSolverStatistics.java.
|
static |
Definition at line 201 of file SubSolverStatistics.java.
|
static |
Definition at line 243 of file SubSolverStatistics.java.
|
static |
Definition at line 249 of file SubSolverStatistics.java.
|
static |
Definition at line 217 of file SubSolverStatistics.java.
|
static |
Definition at line 222 of file SubSolverStatistics.java.
|
static |
Definition at line 185 of file SubSolverStatistics.java.
|
static |
Definition at line 190 of file SubSolverStatistics.java.
|
static |
Definition at line 608 of file SubSolverStatistics.java.
| Builder com.google.ortools.constraintsolver.SubSolverStatistics.toBuilder | ( | ) |
Definition at line 266 of file SubSolverStatistics.java.
| void com.google.ortools.constraintsolver.SubSolverStatistics.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 107 of file SubSolverStatistics.java.
|
static |
Definition at line 65 of file SubSolverStatistics.java.
|
static |
Definition at line 50 of file SubSolverStatistics.java.
|
static |
Definition at line 80 of file SubSolverStatistics.java.