Return width of domain (distance between maximum and minimum)
| 62 | unsigned int size(void) const { return 1; } |
| 63 | /// Return width of domain (distance between maximum and minimum) |
| 64 | unsigned int width(void) const { return 1; } |
| 65 | /// Return regret of domain minimum (distance to next larger value) |
| 66 | unsigned int regret_min(void) const { return 0; } |
| 67 | /// Return regret of domain maximum (distance to next smaller value) |