Skip to content

v1.0.2

Compare
Choose a tag to compare
@dirkschumacher dirkschumacher released this 31 Jan 13:15
· 22 commits to master since this release
v1.0.2

Bugfixes

  • 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.