Gecode::Int::IntDelta Class Reference
Inherits Gecode::Delta.
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] |
Gecode::Int::IntDelta::IntDelta | ( | int | min, | |
int | max | |||
) | [inline] |
The documentation for this class was generated from the following files:
- gecode/int/var-imp.icc (Revision: 7316)
- gecode/int/var-imp/delta.icc (Revision: 5942)