Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ post
Method
post
gecode/set/sequence/seq.hpp:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
: NaryPropagator<SetView, PC_SET_ANY>(home,p) {}
54
55
forceinline ExecStatus
56
Seq::post(Home home, ViewArray<SetView> x) {
57
if (shared(x))
58
return ES_FAILED;
59
(void) new (home) Seq(home,x);
60
return ES_OK;
61
}
62
63
}}}
64
Callers
nothing calls this directly
Calls
1
shared
Function · 0.50
Tested by
no test coverage detected