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

Function dom

gecode/minimodel/dom.cpp:163–166  ·  view source on GitHub ↗

* Domain constraints * */

Source from the content-addressed store, hash-verified

161 *
162 */
163 BoolExpr
164 dom(const IntVar& x, int n) {
165 return BoolExpr(new DomExpr<IntVar, int>(x, n));
166 }
167
168 BoolExpr
169 dom(const IntVar& x, int l, int u) {

Callers 4

valuesFunction · 0.70
applyMethod · 0.70
postMethod · 0.70
postFunction · 0.70

Calls 1

BoolExprClass · 0.85

Tested by

no test coverage detected