MCPcopy Create free account
hub / github.com/Gecode/gecode / imp

Function imp

gecode/int/reify.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return Reify(x,RM_EQV);
71 }
72 forceinline Reify
73 imp(BoolVar x) {
74 return Reify(x,RM_IMP);
75 }
76 forceinline Reify
77 pmi(BoolVar x) {
78 return Reify(x,RM_PMI);

Callers 2

runMethod · 0.85
runMethod · 0.85

Calls 1

ReifyClass · 0.85

Tested by

no test coverage detected