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

Function c

gecode/int/view.hpp:666–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 };
665
666 forceinline
667 Offset::Offset(int off) : c(off) {}
668
669 forceinline void
670 Offset::update(const Offset& o) { c = o.c; }

Callers 12

postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50
postMethod · 0.50
val-commit.hppFile · 0.50
commitMethod · 0.50
selectMethod · 0.50
tiesMethod · 0.50
brkMethod · 0.50
cliqueMethod · 0.50
eMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected