Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ var
Method
var
gecode/int/reify.hpp:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
Reify::Reify(void)
43
: rm(RM_EQV) {}
44
forceinline
45
Reify::Reify(BoolVar x0, ReifyMode rm0)
46
: x(x0), rm(rm0) {}
47
forceinline BoolVar
48
Reify::var(void) const {
49
return x;
50
}
51
forceinline void
52
Reify::var(BoolVar x0) {
53
x = x0;
Callers
15
TestSpace
Method · 0.45
rel
Method · 0.45
prune
Method · 0.45
run
Method · 0.45
TestSpace
Method · 0.45
rel
Method · 0.45
prune
Method · 0.45
disabled
Method · 0.45
run
Method · 0.45
SetTestSpace
Method · 0.45
rel
Method · 0.45
fixprob
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestSpace
Method · 0.36
TestSpace
Method · 0.36