Generated on Mon Aug 25 11:35:49 2008 for Gecode by doxygen 1.5.6

Gecode::Int::IntDelta Class Reference

Inherits Gecode::Delta.

List of all members.


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.icc.


Public Member Functions

 IntDelta (bool any=true)
 Create integer delta as providing no information (if any is true).
 IntDelta (int min, int max)
 Create integer delta with min and max.

Constructor & Destructor Documentation

Gecode::Int::IntDelta::IntDelta ( bool  any = true  )  [inline]

Create integer delta as providing no information (if any is true).

Definition at line 41 of file delta.icc.

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

Create integer delta with min and max.

Definition at line 47 of file delta.icc.


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