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

Method sec

gecode/int/no-overlap/dim.hpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return c.max();
54 }
55 forceinline int
56 FixDim::sec(void) const {
57 return c.min() + s;
58 }
59 forceinline int
60 FixDim::lec(void) const {
61 return c.max() + s;

Callers 3

nooverlapMethod · 0.80
overlapMethod · 0.80
nooverlapMethod · 0.80

Calls 1

minMethod · 0.45

Tested by

no test coverage detected