dirkschumacher / ompr

R package to model Mixed Integer Linear Programs

Home Page:https://dirkschumacher.github.io/ompr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate the use of S3 double dispatch for algebra

dirkschumacher opened this issue · comments

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.