Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ()
Method
operator ()
gecode/float/relax.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
};
45
46
forceinline ExecStatus
47
Relax::operator ()(Home home, FloatVar x, FloatVar sx) {
48
FloatView xv(x);
49
return me_failed(xv.eq(home,sx.val())) ? ES_FAILED : ES_OK;
50
}
51
52
}}
53
Callers
nothing calls this directly
Calls
3
me_failed
Function · 0.85
eq
Method · 0.45
val
Method · 0.45
Tested by
no test coverage detected