r-opt / rmpk

Mixed Integer Linear and Quadratic Programming in R
https://r-opt.github.io/rmpk/
Other
44 stars 4 forks source link

sum_expr -> sum_builder? #69

Open dirkschumacher opened 2 years ago

dirkschumacher commented 2 years ago

In rmpk, it really is no expression, but a normal function that creates a sum. So maybe we should rename it.

dirkschumacher commented 2 years ago

sum_it(...)

dirkschumacher commented 2 years ago

some_over(...) is the better name probably