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

Function sum

gecode/minimodel/int-expr.cpp:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 }
878
879 LinIntExpr
880 sum(const IntVarArgs& x) {
881 return LinIntExpr(x);
882 }
883 LinIntExpr
884 sum(const IntArgs& a, const IntVarArgs& x) {
885 return LinIntExpr(a,x);

Callers 5

postMethod · 0.50
postMethod · 0.50
SumCostWarehousesMethod · 0.50
LexCostWarehousesMethod · 0.50
PhotoMethod · 0.50

Calls 3

LinIntExprClass · 0.85
get_arrayMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected