Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Int::IntDelta Class Reference

Integer delta information for advisors. More...

#include <var-imp.hpp>

Public Member Functions

 IntDelta (void)
 Create integer delta as providing no information. More...
 
 IntDelta (int min, int max)
 Create integer delta with min and max. More...
 
 IntDelta (int min)
 Create integer delta with min. More...
 

Detailed Description

Integer delta information for advisors.

Note that the same delta information is used for both integer and Boolean variables and views.

Definition at line 55 of file var-imp.hpp.

Constructor & Destructor Documentation

Gecode::Int::IntDelta::IntDelta ( void  )
inline

Create integer delta as providing no information.

Definition at line 41 of file delta.hpp.

Gecode::Int::IntDelta::IntDelta ( int  min,
int  max 
)
inline

Create integer delta with min and max.

Definition at line 44 of file delta.hpp.

Gecode::Int::IntDelta::IntDelta ( int  min)
inline

Create integer delta with min.

Definition at line 47 of file delta.hpp.


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