Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/kernel/trace/filter.cpp:55–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
55
forceinline void
56
TFE::init(Group g, char what) {
57
n = new Node;
58
n->t = NT_GROUP;
59
n->g = g;
60
n->n = 1;
61
n->w = what;
62
}
63
64
inline TFE
65
TFE::negate(void) const {
Callers
3
other
Method · 0.45
propagator
Function · 0.45
post
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected