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

Function pmi

gecode/int/reify.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return Reify(x,RM_IMP);
75 }
76 forceinline Reify
77 pmi(BoolVar x) {
78 return Reify(x,RM_PMI);
79 }
80
81}
82

Callers 2

runMethod · 0.85
runMethod · 0.85

Calls 1

ReifyClass · 0.85

Tested by

no test coverage detected