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

Detailed Description

Statistics on sub-solvers.

Protobuf type operations_research.SubSolverStatistics

Definition at line 16 of file SubSolverStatistics.java.

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

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)

Member Function Documentation

◆ equals()

boolean com.google.ortools.constraintsolver.SubSolverStatistics.equals ( final java.lang.Object obj)

Definition at line 145 of file SubSolverStatistics.java.

◆ getDefaultInstance()

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.getDefaultInstance ( )
static

Definition at line 582 of file SubSolverStatistics.java.

◆ getDefaultInstanceForType()

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

Definition at line 618 of file SubSolverStatistics.java.

◆ getDescriptor()

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

Definition at line 38 of file SubSolverStatistics.java.

◆ getNumCpSatCallsInLpScheduling()

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;

Returns
The numCpSatCallsInLpScheduling.

Implements com.google.ortools.constraintsolver.SubSolverStatisticsOrBuilder.

Definition at line 76 of file SubSolverStatistics.java.

◆ getNumGlopCallsInLpScheduling()

long com.google.ortools.constraintsolver.SubSolverStatistics.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 61 of file SubSolverStatistics.java.

◆ getNumMinCostFlowCalls()

long com.google.ortools.constraintsolver.SubSolverStatistics.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 91 of file SubSolverStatistics.java.

◆ getParserForType()

com.google.protobuf.Parser< SubSolverStatistics > com.google.ortools.constraintsolver.SubSolverStatistics.getParserForType ( )

Definition at line 613 of file SubSolverStatistics.java.

◆ getSerializedSize()

int com.google.ortools.constraintsolver.SubSolverStatistics.getSerializedSize ( )

Definition at line 122 of file SubSolverStatistics.java.

◆ hashCode()

int com.google.ortools.constraintsolver.SubSolverStatistics.hashCode ( )

Definition at line 165 of file SubSolverStatistics.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 44 of file SubSolverStatistics.java.

◆ isInitialized()

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

Definition at line 97 of file SubSolverStatistics.java.

◆ newBuilder() [1/2]

Builder com.google.ortools.constraintsolver.SubSolverStatistics.newBuilder ( )
static

Definition at line 259 of file SubSolverStatistics.java.

◆ newBuilder() [2/2]

Builder com.google.ortools.constraintsolver.SubSolverStatistics.newBuilder ( com.google.ortools.constraintsolver.SubSolverStatistics prototype)
static

Definition at line 262 of file SubSolverStatistics.java.

◆ newBuilderForType() [1/2]

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

Definition at line 258 of file SubSolverStatistics.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.constraintsolver.SubSolverStatistics.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 272 of file SubSolverStatistics.java.

◆ parseDelimitedFrom() [1/2]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 230 of file SubSolverStatistics.java.

◆ parseDelimitedFrom() [2/2]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 236 of file SubSolverStatistics.java.

◆ parseFrom() [1/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 207 of file SubSolverStatistics.java.

◆ parseFrom() [2/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 211 of file SubSolverStatistics.java.

◆ parseFrom() [3/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 196 of file SubSolverStatistics.java.

◆ parseFrom() [4/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 201 of file SubSolverStatistics.java.

◆ parseFrom() [5/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 243 of file SubSolverStatistics.java.

◆ parseFrom() [6/10]

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

Definition at line 249 of file SubSolverStatistics.java.

◆ parseFrom() [7/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 217 of file SubSolverStatistics.java.

◆ parseFrom() [8/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 222 of file SubSolverStatistics.java.

◆ parseFrom() [9/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 185 of file SubSolverStatistics.java.

◆ parseFrom() [10/10]

com.google.ortools.constraintsolver.SubSolverStatistics com.google.ortools.constraintsolver.SubSolverStatistics.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 190 of file SubSolverStatistics.java.

◆ parser()

com.google.protobuf.Parser< SubSolverStatistics > com.google.ortools.constraintsolver.SubSolverStatistics.parser ( )
static

Definition at line 608 of file SubSolverStatistics.java.

◆ toBuilder()

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

Definition at line 266 of file SubSolverStatistics.java.

◆ writeTo()

void com.google.ortools.constraintsolver.SubSolverStatistics.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 107 of file SubSolverStatistics.java.

Member Data Documentation

◆ NUM_CP_SAT_CALLS_IN_LP_SCHEDULING_FIELD_NUMBER

final int com.google.ortools.constraintsolver.SubSolverStatistics.NUM_CP_SAT_CALLS_IN_LP_SCHEDULING_FIELD_NUMBER = 2
static

Definition at line 65 of file SubSolverStatistics.java.

◆ NUM_GLOP_CALLS_IN_LP_SCHEDULING_FIELD_NUMBER

final int com.google.ortools.constraintsolver.SubSolverStatistics.NUM_GLOP_CALLS_IN_LP_SCHEDULING_FIELD_NUMBER = 1
static

Definition at line 50 of file SubSolverStatistics.java.

◆ NUM_MIN_COST_FLOW_CALLS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.SubSolverStatistics.NUM_MIN_COST_FLOW_CALLS_FIELD_NUMBER = 3
static

Definition at line 80 of file SubSolverStatistics.java.


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