dirkschumacher / ompr

R package to model Mixed Integer Linear Programs
https://dirkschumacher.github.io/ompr/
Other
269 stars 35 forks source link

Investigate the use of S3 double dispatch for algebra #399

Closed dirkschumacher closed 2 years ago

dirkschumacher commented 2 years ago

A lot of time is spent in instantiating S4 objects and dispatching them. Let's explore if we can use S3 classes to speed things up.