Skip to content

Code for the Modeling and Solving Linear Programming with R book

Notifications You must be signed in to change notification settings

carlosecalvo/linearprogramming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linearprogramming

This repository is the companion of the book Modeling and solving linear programming with R available at:

http://bit.ly/1JZiSUd

Here you will find the code of the solverLP function, that returns the solution of a linear model written in LP/CPLEX or MathProg format. The examplesSolverLP.R file demonstrates how to use the function.

The LP/CPLEX implementations of the examples in the book can be found in the LP folder. We have also included two examples where the parameters of the linear model are generated using R code in the MatricialInput folder, and examples of use of MathProg in the folder of the same name. We have also included a script with examples of

We hope that this book will be useful to all people interested in applying linear programming and solving models using open source software.

About

Code for the Modeling and Solving Linear Programming with R book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 50.0%
  • AMPL 50.0%