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

Method extend

gecode/gist/visualnode.hpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 inline void
50 Extent::extend(int deltaL, int deltaR) {
51 l += deltaL; r += deltaR;
52 }
53
54 inline void
55 Extent::move(int delta) {

Callers 1

computeShapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected