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

Function max

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

Source from the content-addressed store, hash-verified

824 MiniModel::SetNonLinIntExpr::SNLE_MIN));
825 }
826 LinIntExpr
827 max(const SetExpr& e) {
828 return LinIntExpr(new MiniModel::SetNonLinIntExpr(e,
829 MiniModel::SetNonLinIntExpr::SNLE_MAX));
830 }
831
832 /*
833 * Posting set expressions

Callers 2

postFunction · 0.70
channelFunction · 0.70

Calls 1

LinIntExprClass · 0.85

Tested by

no test coverage detected