MCPcopy 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

runMethod · 0.85
runMethod · 0.85

Calls 1

ReifyClass · 0.85

Tested by

no test coverage detected