Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ rel
Function
rel
gecode/set/int.hpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace Gecode {
35
36
forceinline void
37
rel(Home home, IntVar x, IntRelType rt, SetVar s) {
38
rel(home, s, swap(rt), x);
39
}
40
41
forceinline void
42
rel(Home home, IntVar x, IntRelType rt, SetVar s, Reify r) {
Callers
15
cardinality
Function · 0.70
dropUntil
Method · 0.50
rel
Method · 0.50
assign
Method · 0.50
bound
Method · 0.50
cut
Method · 0.50
prune
Method · 0.50
rel
Method · 0.50
assign
Method · 0.50
bound
Method · 0.50
prune
Method · 0.50
disabled
Method · 0.50
Calls
no outgoing calls
Tested by
1
main
Function · 0.40