Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ add
Method
add
gecode/flatzinc/registry.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void
69
Registry::add(const std::string& id, poster p) {
70
r[id] = p;
71
r[
"gecode_"
+ id] = p;
72
r[
"fzn_"
+ id] = p;
73
}
74
75
namespace {
76
Callers
3
IntPoster
Method · 0.45
SetPoster
Method · 0.45
FloatPoster
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected