Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.SubSolverStatistics Class Referencesealed

Statistics on sub-solvers. More...

Detailed Description

Statistics on sub-solvers.

Definition at line 1914 of file SearchStats.pb.cs.

Inheritance diagram for Google.OrTools.ConstraintSolver.SubSolverStatistics:

Public Member Functions

 SubSolverStatistics ()
 SubSolverStatistics (SubSolverStatistics other)
SubSolverStatistics Clone ()
override bool Equals (object other)
bool Equals (SubSolverStatistics other)
override int GetHashCode ()
override string ToString ()
void WriteTo (pb::CodedOutputStream output)
int CalculateSize ()
void MergeFrom (SubSolverStatistics other)
void MergeFrom (pb::CodedInputStream input)

Static Public Attributes

const int NumGlopCallsInLpSchedulingFieldNumber = 1
 Field number for the "num_glop_calls_in_lp_scheduling" field.
const int NumCpSatCallsInLpSchedulingFieldNumber = 2
 Field number for the "num_cp_sat_calls_in_lp_scheduling" field.
const int NumMinCostFlowCallsFieldNumber = 3
 Field number for the "num_min_cost_flow_calls" field.

Properties

static pb::MessageParser< SubSolverStatisticsParser [get]
static pbr::MessageDescriptor Descriptor [get]
long NumGlopCallsInLpScheduling [get, set]
 Number of calls to Glop in LP scheduling.
long NumCpSatCallsInLpScheduling [get, set]
 Number of calls to CP-SAT in LP scheduling.
long NumMinCostFlowCalls [get, set]
 Number of calls to min cost flow.

Constructor & Destructor Documentation

◆ SubSolverStatistics() [1/2]

Google.OrTools.ConstraintSolver.SubSolverStatistics.SubSolverStatistics ( )
inline

Definition at line 1939 of file SearchStats.pb.cs.

◆ SubSolverStatistics() [2/2]

Google.OrTools.ConstraintSolver.SubSolverStatistics.SubSolverStatistics ( SubSolverStatistics other)
inline

Definition at line 1947 of file SearchStats.pb.cs.

Member Function Documentation

◆ CalculateSize()

int Google.OrTools.ConstraintSolver.SubSolverStatistics.CalculateSize ( )
inline

Definition at line 2093 of file SearchStats.pb.cs.

◆ Clone()

SubSolverStatistics Google.OrTools.ConstraintSolver.SubSolverStatistics.Clone ( )
inline

Definition at line 1956 of file SearchStats.pb.cs.

◆ Equals() [1/2]

override bool Google.OrTools.ConstraintSolver.SubSolverStatistics.Equals ( object other)
inline

Definition at line 2007 of file SearchStats.pb.cs.

◆ Equals() [2/2]

bool Google.OrTools.ConstraintSolver.SubSolverStatistics.Equals ( SubSolverStatistics other)
inline

Definition at line 2013 of file SearchStats.pb.cs.

◆ GetHashCode()

override int Google.OrTools.ConstraintSolver.SubSolverStatistics.GetHashCode ( )
inline

Definition at line 2028 of file SearchStats.pb.cs.

◆ MergeFrom() [1/2]

void Google.OrTools.ConstraintSolver.SubSolverStatistics.MergeFrom ( pb.CodedInputStream input)
inline

Definition at line 2130 of file SearchStats.pb.cs.

◆ MergeFrom() [2/2]

void Google.OrTools.ConstraintSolver.SubSolverStatistics.MergeFrom ( SubSolverStatistics other)
inline

Definition at line 2112 of file SearchStats.pb.cs.

◆ ToString()

override string Google.OrTools.ConstraintSolver.SubSolverStatistics.ToString ( )
inline

Definition at line 2041 of file SearchStats.pb.cs.

◆ WriteTo()

void Google.OrTools.ConstraintSolver.SubSolverStatistics.WriteTo ( pb.CodedOutputStream output)
inline

Definition at line 2047 of file SearchStats.pb.cs.

Member Data Documentation

◆ NumCpSatCallsInLpSchedulingFieldNumber

const int Google.OrTools.ConstraintSolver.SubSolverStatistics.NumCpSatCallsInLpSchedulingFieldNumber = 2
static

Field number for the "num_cp_sat_calls_in_lp_scheduling" field.

Definition at line 1976 of file SearchStats.pb.cs.

◆ NumGlopCallsInLpSchedulingFieldNumber

const int Google.OrTools.ConstraintSolver.SubSolverStatistics.NumGlopCallsInLpSchedulingFieldNumber = 1
static

Field number for the "num_glop_calls_in_lp_scheduling" field.

Definition at line 1961 of file SearchStats.pb.cs.

◆ NumMinCostFlowCallsFieldNumber

const int Google.OrTools.ConstraintSolver.SubSolverStatistics.NumMinCostFlowCallsFieldNumber = 3
static

Field number for the "num_min_cost_flow_calls" field.

Definition at line 1991 of file SearchStats.pb.cs.

Property Documentation

◆ Descriptor

pbr.MessageDescriptor Google.OrTools.ConstraintSolver.SubSolverStatistics.Descriptor
staticget

Definition at line 1927 of file SearchStats.pb.cs.

◆ NumCpSatCallsInLpScheduling

long Google.OrTools.ConstraintSolver.SubSolverStatistics.NumCpSatCallsInLpScheduling
getset

Number of calls to CP-SAT in LP scheduling.

Definition at line 1983 of file SearchStats.pb.cs.

◆ NumGlopCallsInLpScheduling

long Google.OrTools.ConstraintSolver.SubSolverStatistics.NumGlopCallsInLpScheduling
getset

Number of calls to Glop in LP scheduling.

Definition at line 1968 of file SearchStats.pb.cs.

◆ NumMinCostFlowCalls

long Google.OrTools.ConstraintSolver.SubSolverStatistics.NumMinCostFlowCalls
getset

Number of calls to min cost flow.

Definition at line 1998 of file SearchStats.pb.cs.

◆ Parser

pb.MessageParser<SubSolverStatistics> Google.OrTools.ConstraintSolver.SubSolverStatistics.Parser
staticget

Definition at line 1923 of file SearchStats.pb.cs.


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