venk12 / linearprogramming

Code for the Modeling and Solving Linear Programming with R book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 CPLEX format. Here can also be found the CPLEX implementations of the examples in the book (the .mod files). We have also included two examples where the parameters of the linear model are generated using R code (the P08.R and P10.R files).

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


Languages

Language:R 56.8%Language:AMPL 43.2%