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

Search statistics. More...

Inheritance diagram for Google.OrTools.ConstraintSolver.SearchStatistics:

Public Member Functions

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

Static Public Attributes

const int LocalSearchStatisticsFieldNumber = 1
 Field number for the "local_search_statistics" field.
 
const int ConstraintSolverStatisticsFieldNumber = 2
 Field number for the "constraint_solver_statistics" field.
 

Properties

static pb::MessageParser< SearchStatisticsParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pbc::RepeatedField< global::Google.OrTools.ConstraintSolver.LocalSearchStatistics > LocalSearchStatistics [get]
 Local search statistics for each solver context.
 
pbc::RepeatedField< global::Google.OrTools.ConstraintSolver.ConstraintSolverStatistics > ConstraintSolverStatistics [get]
 Constraint solver statistics.
 

Detailed Description

Search statistics.

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

Constructor & Destructor Documentation

◆ SearchStatistics() [1/2]

Google.OrTools.ConstraintSolver.SearchStatistics.SearchStatistics ( )
inline

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

◆ SearchStatistics() [2/2]

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

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

Member Function Documentation

◆ CalculateSize()

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

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

◆ Clone()

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

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

◆ Equals() [1/2]

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

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

◆ Equals() [2/2]

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

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

◆ GetHashCode()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

◆ ToString()

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

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

◆ WriteTo()

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

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

Member Data Documentation

◆ ConstraintSolverStatisticsFieldNumber

const int Google.OrTools.ConstraintSolver.SearchStatistics.ConstraintSolverStatisticsFieldNumber = 2
static

Field number for the "constraint_solver_statistics" field.

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

◆ LocalSearchStatisticsFieldNumber

const int Google.OrTools.ConstraintSolver.SearchStatistics.LocalSearchStatisticsFieldNumber = 1
static

Field number for the "local_search_statistics" field.

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

Property Documentation

◆ ConstraintSolverStatistics

pbc.RepeatedField<global.Google.OrTools.ConstraintSolver.ConstraintSolverStatistics> Google.OrTools.ConstraintSolver.SearchStatistics.ConstraintSolverStatistics
get

Constraint solver statistics.

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

◆ Descriptor

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

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

◆ LocalSearchStatistics

pbc.RepeatedField<global.Google.OrTools.ConstraintSolver.LocalSearchStatistics> Google.OrTools.ConstraintSolver.SearchStatistics.LocalSearchStatistics
get

Local search statistics for each solver context.

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

◆ Parser

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

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


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