Releases: dirkschumacher/ompr.roi
Releases · dirkschumacher/ompr.roi
v1.0.2
v1.0.1
ompr.roi
does not use a deprecated {Matrix} 1.4-2 function anymore.
v1.0.0
General changes
ompr.roi
is now licensed MIT.LazyData
was removed from theDESCRIPTION
file as is produced a
CRAN warning.ROI
'sstatus
andmessage
information are now part of the returned
solution and can be accessed callingadditional_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"
ifROI
returnedcode = 0
,
otherwise it is"error"
.
v0.8.0
Breaking changes
- The package exports column and row duals of LPs. Extracting duals might be solver dependent. Only tested with GLPK. This requires version
0.8
of ompr. - Minimum supported version is
3.4.0
sinceslam
also requires>= 3.4
New features
ompr.roi
works with otherompr
backends as well.ompr.roi
always returns a solution, even if the solution status is not optimal. It extracts theROI
solution withforce=TRUE
.
v0.7.0
Major breaking changes
- The package uses the new sparse matrix interface of
ompr
andROI
. - Minimum supported R version is now
3.3.0
Minor changes
as_ROI_model
exports an 'ompr' model toROI::OP
Github Issue #9
v0.6.1
Bug fix for new version of ROI 0.3.0
CRAN initial release
Initial CRAN release