Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
size
Method · 0.45
Tested by
no test coverage detected