Integer delta information for advisors.
More...
#include <gecode/int/var-imp.hpp>
|
| | 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.
|
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.
◆ IntDelta() [1/3]
| Gecode::Int::IntDelta::IntDelta |
( |
void | | ) |
|
|
inline |
Create integer delta as providing no information.
Definition at line 41 of file delta.hpp.
◆ IntDelta() [2/3]
| Gecode::Int::IntDelta::IntDelta |
( |
int | min, |
|
|
int | max ) |
|
inline |
Create integer delta with min and max.
Definition at line 44 of file delta.hpp.
◆ IntDelta() [3/3]
| 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: