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

Function cardinality

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

Source from the content-addressed store, hash-verified

814 }
815
816 LinIntExpr
817 cardinality(const SetExpr& e) {
818 return LinIntExpr(new MiniModel::SetNonLinIntExpr(e,
819 MiniModel::SetNonLinIntExpr::SNLE_CARD));
820 }
821 LinIntExpr
822 min(const SetExpr& e) {
823 return LinIntExpr(new MiniModel::SetNonLinIntExpr(e,

Callers 3

channelFunction · 0.70
postFunction · 0.70
channelFunction · 0.70

Calls 1

LinIntExprClass · 0.85

Tested by

no test coverage detected