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

Method lsc

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

Source from the content-addressed store, hash-verified

49 return c.min();
50 }
51 forceinline int
52 FixDim::lsc(void) const {
53 return c.max();
54 }
55 forceinline int
56 FixDim::sec(void) const {
57 return c.min() + s;

Callers 3

nooverlapMethod · 0.80
overlapMethod · 0.80
nooverlapMethod · 0.80

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected