Skip to content

Commit bcce055

Browse files
committed
Update doc
1 parent e954b3e commit bcce055

7 files changed

+4
-4
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gMOIP 1.5.2
1+
# gMOIP 1.5.3
22

33
* Add classification algorithm for extreme nondominated points.
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ programming (LP), integer linear programming (ILP), or mixed integer
1515
linear programming (MILP) models with up to three objectives. This
1616
include the polytope, integer points, ranges and iso profit curve. Plots
1717
of both the solution and criterion space are possible. For instance the
18-
non-dominated (Pareto) set for bi-objective LP/ILP/MILP programming
18+
nondominated (Pareto) set for bi-objective LP/ILP/MILP programming
1919
models.
2020

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

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

2929
## Usage

check.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ update.packages(ask = FALSE, repos = "https://cran.rstudio.com/")
33
devtools::spell_check()
44
spelling::update_wordlist()
55
devtools::check(env_vars = c(NOT_CRAN = "true", RGL_USE_NULL = "true"))
6-
revdepcheck::revdep_check(num_workers = 4)
6+
# revdepcheck::revdep_check(num_workers = 4)
77
devtools::check_rhub(platforms = c("windows-x86_64-release"), interactive = F)
88
devtools::check_win_release(quiet = TRUE) # win-builder
99
devtools::check_win_devel(quiet = TRUE) # win-builder

man/figures/README-3d.gif

-215 Bytes
Loading

man/figures/README-ilp-1.png

326 Bytes
Loading

man/figures/README-lp-1.png

-266 Bytes
Loading

man/figures/README-milp-1.png

-57 Bytes
Loading

0 commit comments

Comments
 (0)