Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Oct 8, 2024
1 parent e954b3e commit bcce055
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gMOIP 1.5.2
# gMOIP 1.5.3

* Add classification algorithm for extreme nondominated points.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ programming (LP), integer linear programming (ILP), or mixed integer
linear programming (MILP) models with up to three objectives. This
include the polytope, integer points, ranges and iso profit curve. Plots
of both the solution and criterion space are possible. For instance the
non-dominated (Pareto) set for bi-objective LP/ILP/MILP programming
nondominated (Pareto) set for bi-objective LP/ILP/MILP programming
models.

The package also include an `inHull` function for checking if a set of
points is inside/at/outside the convex hull of a set of vertices (for
arbitrary dimension).

Finally, the package also contains functions for generating
(non-dominated) points in $\mathbb{R}_n$ and classifying non-dominated
(nondominated) points in $\mathbb{R}_n$ and classifying nondominated
points as supported extreme, supported non-extreme and unsupported.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion check.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ update.packages(ask = FALSE, repos = "https://cran.rstudio.com/")
devtools::spell_check()
spelling::update_wordlist()
devtools::check(env_vars = c(NOT_CRAN = "true", RGL_USE_NULL = "true"))
revdepcheck::revdep_check(num_workers = 4)
# revdepcheck::revdep_check(num_workers = 4)
devtools::check_rhub(platforms = c("windows-x86_64-release"), interactive = F)
devtools::check_win_release(quiet = TRUE) # win-builder
devtools::check_win_devel(quiet = TRUE) # win-builder
Expand Down
Binary file modified man/figures/README-3d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-ilp-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-lp-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-milp-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bcce055

Please sign in to comment.