Skip to content

v1.0.0

Compare
Choose a tag to compare
@dirkschumacher dirkschumacher released this 31 Jan 09:42
· 22 commits to master since this release
v1.0.0

General changes

  • ompr.roi is now licensed MIT.
  • LazyData was removed from the DESCRIPTION file as is produced a
    CRAN warning.
  • ROI's status and message information are now part of the returned
    solution and can be accessed calling additional_solver_output() on the
    returned value.

Breaking changes

  • In line with ROI's way of encoding a general termination status, the
    solver_status(result) is now "success" if ROI returned code = 0,
    otherwise it is "error".