Generated on Fri Jul 13 2018 06:08:35 for Gecode by doxygen 1.8.14
Gecode::CloneStatistics Class Reference

Statistics for execution of clone More...

#include <core.hpp>

Public Member Functions

 CloneStatistics (void)
 Initialize. More...
 
void reset (void)
 Reset information. More...
 
CloneStatistics operator+ (const CloneStatistics &s)
 Return sum with s. More...
 
CloneStatisticsoperator+= (const CloneStatistics &s)
 Increment by statistics s. More...
 

Detailed Description

Statistics for execution of clone

Definition at line 1716 of file core.hpp.

Constructor & Destructor Documentation

◆ CloneStatistics()

Gecode::CloneStatistics::CloneStatistics ( void  )
inline

Initialize.

Definition at line 4757 of file core.hpp.

Member Function Documentation

◆ reset()

void Gecode::CloneStatistics::reset ( void  )
inline

Reset information.

Definition at line 4754 of file core.hpp.

◆ operator+()

CloneStatistics Gecode::CloneStatistics::operator+ ( const CloneStatistics s)
inline

Return sum with s.

Definition at line 4761 of file core.hpp.

◆ operator+=()

CloneStatistics & Gecode::CloneStatistics::operator+= ( const CloneStatistics s)
inline

Increment by statistics s.

Definition at line 4766 of file core.hpp.


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