Learn R Programming

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

gMOIP (version 1.0.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.0.0

License

GPL (>= 3.3.2)

Issues

Pull Requests

Stars

Forks

Maintainer

Lars Relund

Last Published

January 23rd, 2017

Functions in gMOIP (1.0.0)

integerPoints

Integer points inside an LP.
plotCriterion

Create a plot of criterion space
plotPolytope

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

Return the A matrix of the LP
gMOIP

2D plots of linear/integer programming models.
getC

Return the coefficient vector of the LP
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.
cornerPoints

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