Rdocumentation
powered by
Learn R Programming
intpoint (version 1.0)
linear programming solver by the interior point method and graphically (two dimensions)
Description
Solves linear programming problems by the interior point method, and plots the graphical solution of a linear programming problem of two dimensions.
Copy Link
Link to current version
Version
Version
1.0
Install
install.packages('intpoint')
Monthly Downloads
5
Version
1.0
License
GPL-2
Maintainer
Alejandro Quintela del Rio
Last Published
May 30th, 2012
Functions in intpoint (1.0)
Search all functions
solve2dlp
Graphical solution of a two-dimensional linear programming problem. The sequence of points calculated by the interior point method is also shown, by request.
interior_point
Solves a linear programming problem using the interior point method
random_problem
Random squared (n x n) linear programming problems are generated and solved by the interior point method