Statistics on sub-solvers.
More...
Statistics on sub-solvers.
Definition at line 1914 of file SearchStats.pb.cs.
◆ SubSolverStatistics() [1/2]
| Google.OrTools.ConstraintSolver.SubSolverStatistics.SubSolverStatistics |
( |
| ) |
|
|
inline |
◆ SubSolverStatistics() [2/2]
| Google.OrTools.ConstraintSolver.SubSolverStatistics.SubSolverStatistics |
( |
SubSolverStatistics | other | ) |
|
|
inline |
◆ CalculateSize()
| int Google.OrTools.ConstraintSolver.SubSolverStatistics.CalculateSize |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
| override bool Google.OrTools.ConstraintSolver.SubSolverStatistics.Equals |
( |
object | other | ) |
|
|
inline |
◆ Equals() [2/2]
◆ GetHashCode()
| override int Google.OrTools.ConstraintSolver.SubSolverStatistics.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
| void Google.OrTools.ConstraintSolver.SubSolverStatistics.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ MergeFrom() [2/2]
| void Google.OrTools.ConstraintSolver.SubSolverStatistics.MergeFrom |
( |
SubSolverStatistics | other | ) |
|
|
inline |
◆ ToString()
| override string Google.OrTools.ConstraintSolver.SubSolverStatistics.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
| void Google.OrTools.ConstraintSolver.SubSolverStatistics.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ 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 |
◆ Descriptor
| pbr.MessageDescriptor Google.OrTools.ConstraintSolver.SubSolverStatistics.Descriptor |
|
staticget |
◆ NumCpSatCallsInLpScheduling
| long Google.OrTools.ConstraintSolver.SubSolverStatistics.NumCpSatCallsInLpScheduling |
|
getset |
◆ NumGlopCallsInLpScheduling
| long Google.OrTools.ConstraintSolver.SubSolverStatistics.NumGlopCallsInLpScheduling |
|
getset |
◆ NumMinCostFlowCalls
| long Google.OrTools.ConstraintSolver.SubSolverStatistics.NumMinCostFlowCalls |
|
getset |
◆ Parser
| pb.MessageParser<SubSolverStatistics> Google.OrTools.ConstraintSolver.SubSolverStatistics.Parser |
|
staticget |
The documentation for this class was generated from the following file: