Learn R Programming

⚠️There's a newer version (1.5.3) of this package.Take me there.

gMOIP (version 1.1.0)

'2D plots of linear or integer programming models'

Description

Make 2D plots of the polyeder of a LP or IP problem, including integer points and iso profit curve. Can also make a plot of a bi-objective criterion space.

Copy Link

Version

Install

install.packages('gMOIP')

Monthly Downloads

863

Version

1.1.0

License

GPL (>= 3.3.2)

Issues

Pull Requests

Stars

Forks

Maintainer

Lars Relund

Last Published

February 20th, 2017

Functions in gMOIP (1.1.0)

cornerPoints

Calculate the corner points for the polytope Ax<=b, x>=0 (used some code from the intpoint package)
plotPolytope

Create a plot of a polytope (bounded convex set)
plotCriterion

Create a plot of criterion space
criterionPoints

Calculate the criterion points of a set of points and find the set of non-dominated points (pareto points) and classify them into extreme supported, non-extreme supported, non-supported.
integerPoints

Integer points inside the feasible region (Ax<=b).
gMOIP

2D plots of linear/integer programming models.