You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where get_solution returns incorrect results on R
version < 4. Affected package versions are 1.0.0 and 1.0.1. (#404)
General changes
Model-building is now significantly faster
Constraints without variables that evaluate to TRUE are not added to the
model, as they are always satisfied. Likewise, constraints that evaluate to FALSE throw an error. Previously specifying a constraint without
a variable would have caused a run time error.
The minimum required R version is now 3.4 as {ompr.roi} has the same
minimum R version.