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

Function lex

gecode/minimodel/aliases.hpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 inline void
132 lex(Home home, const IntVarArgs& x, IntRelType r, const IntVarArgs& y,
133 IntPropLevel ipl) {
134 rel(home,x,r,y,ipl);
135 }
136 inline void
137 lex(Home home, const BoolVarArgs& x, IntRelType r, const BoolVarArgs& y,
138 IntPropLevel ipl) {

Callers 3

constrainMethod · 0.85
postMethod · 0.85
postMethod · 0.85

Calls 1

relFunction · 0.70

Tested by

no test coverage detected