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

Method REG

gecode/minimodel/reg.cpp:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 REG::REG(Exp* f) : e(f) {}
229
230 REG::REG(void) : e(nullptr) {}
231
232 REG::REG(const REG& r) : e(r.e) {
233 REG::Exp::inc(e);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected