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

Function min

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

Source from the content-addressed store, hash-verified

819 MiniModel::SetNonLinIntExpr::SNLE_CARD));
820 }
821 LinIntExpr
822 min(const SetExpr& e) {
823 return LinIntExpr(new MiniModel::SetNonLinIntExpr(e,
824 MiniModel::SetNonLinIntExpr::SNLE_MIN));
825 }
826 LinIntExpr
827 max(const SetExpr& e) {
828 return LinIntExpr(new MiniModel::SetNonLinIntExpr(e,

Callers 2

postFunction · 0.70
channelFunction · 0.70

Calls 1

LinIntExprClass · 0.85

Tested by

no test coverage detected