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

Function singleton

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

Source from the content-addressed store, hash-verified

688 return SetExpr(l,SetExpr::NT_INTER,-r);
689 }
690 SetExpr
691 singleton(const LinIntExpr& e) {
692 return SetExpr(e);
693 }
694
695 SetExpr
696 inter(const SetVarArgs& x) {

Callers 8

evalFunction · 0.50
postMethod · 0.50
postMethod · 0.50
GolfMethod · 0.50
QueenArmiesMethod · 0.50
SteinerMethod · 0.50
tightMethod · 0.50
singletonMethod · 0.50

Calls 1

SetExprClass · 0.85

Tested by

no test coverage detected