Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ eqv
Function
eqv
gecode/int/reify.hpp:68–71 ·
view source on GitHub ↗
* Reification convenience functions * */
Source
from the content-addressed store, hash-verified
66
*
67
*/
68
forceinline Reify
69
eqv(BoolVar x) {
70
return Reify(x,RM_EQV);
71
}
72
forceinline Reify
73
imp(BoolVar x) {
74
return Reify(x,RM_IMP);
Callers
2
run
Method · 0.85
run
Method · 0.85
Calls
1
Reify
Class · 0.85
Tested by
no test coverage detected