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

Function element

gecode/minimodel/bool-expr.cpp:693–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691 }
692
693 BoolExpr
694 element(const BoolVarArgs& b, const LinIntExpr& idx) {
695 return BoolExpr(new BElementExpr(b,idx));
696 }
697
698}
699

Callers 1

postMethod · 0.70

Calls 1

BoolExprClass · 0.85

Tested by

no test coverage detected