Generated on Thu Apr 11 14:00:08 2019 for Gecode by doxygen 1.6.3

Gecode::Search::CutoffGeometric Class Reference
[Search engines]

Cutoff generator for the geometric sequence. More...

#include <search.hh>

List of all members.

Public Member Functions

 CutoffGeometric (unsigned long int scale, double base)
 Constructor.
virtual unsigned long int operator() (void) const
 Return the current cutoff value.
virtual unsigned long int operator++ (void)
 Increment and return the next cutoff value.

Protected Attributes

double n
 Current cutoff value.
double scale
 Scale factor.
double base
 Base.

Detailed Description

Cutoff generator for the geometric sequence.

Definition at line 588 of file search.hh.


Constructor & Destructor Documentation

Gecode::Search::CutoffGeometric::CutoffGeometric ( unsigned long int  scale,
double  base 
) [inline]

Constructor.

Definition at line 83 of file cutoff.hpp.


Member Function Documentation

unsigned long int Gecode::Search::CutoffGeometric::operator() ( void   )  const [virtual]

Return the current cutoff value.

Implements Gecode::Search::Cutoff.

Definition at line 80 of file cutoff.cpp.

unsigned long int Gecode::Search::CutoffGeometric::operator++ ( void   )  [virtual]

Increment and return the next cutoff value.

Implements Gecode::Search::Cutoff.

Definition at line 84 of file cutoff.cpp.


Member Data Documentation

Current cutoff value.

Definition at line 591 of file search.hh.

Scale factor.

Definition at line 593 of file search.hh.

Base.

Definition at line 595 of file search.hh.


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