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

Method ssc

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

Source from the content-addressed store, hash-verified

45 : c(c0), s(s0) {}
46
47 forceinline int
48 FixDim::ssc(void) const {
49 return c.min();
50 }
51 forceinline int
52 FixDim::lsc(void) const {
53 return c.max();

Callers 2

nooverlapMethod · 0.80
nooverlapMethod · 0.80

Calls 2

minMethod · 0.45
gqMethod · 0.45

Tested by

no test coverage detected