MCPcopy Create free account
hub / github.com/Gecode/gecode / width

Method width

gecode/int/linear/int-noview.hpp:64–64  ·  view source on GitHub ↗

Return width of domain (distance between maximum and minimum)

Source from the content-addressed store, hash-verified

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)

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected