Skip to content

Commit

Permalink
Updated ND filtering algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Feb 4, 2024
1 parent 048198e commit 7642c35
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 208 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gMOIP
Type: Package
Title: Tools for 2D and 3D Plots of Single and Multi-Objective Linear/Integer Programming Models
Version: 1.5.0
Version: 1.5.1
Authors@R: person("Lars", "Relund Nielsen", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4802-3071"))
URL: https://relund.github.io/gMOIP/, https://github.com/relund/gMOIP/
Expand All @@ -15,7 +15,7 @@ Description: Make 2D and 3D plots of linear programming (LP),
License: GPL (>= 3.3.2)
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.5.0)
Imports:
Expand All @@ -36,7 +36,8 @@ Imports:
dplyr,
rlang,
png,
sp
sp,
eaf
Suggests:
tikzDevice,
grid,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# gMOIP 1.5.1

* Updated filtering algorithm for nondominated sets.

# gMOIP 1.5.0

* Fix bug concerning degeneration.
Expand Down
Loading

0 comments on commit 7642c35

Please sign in to comment.