r-opt / rmpk

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

Listcomp #67

Closed dirkschumacher closed 2 years ago

dirkschumacher commented 2 years ago

Using listcomp makes things easier, as it pushes some of the logic out of the package. However we cannot fully support quosures, as this would be too slow (factor 10x) in listcomp. So at the moment, all the quantifiers are evaluated in the calling environment.