Generated on Thu Apr 11 13:59:56 2019 for Gecode by doxygen 1.6.3

Gecode::Int::IntDelta Class Reference

Integer delta information for advisors. More...

#include <var-imp.hpp>

List of all members.

Public Member Functions

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

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 51 of file var-imp.hpp.


Constructor & Destructor Documentation

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

Create integer delta as providing no information.

Definition at line 37 of file delta.hpp.

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

Create integer delta with min and max.

Definition at line 40 of file delta.hpp.

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

Create integer delta with min.

Definition at line 43 of file delta.hpp.


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