Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 593 Bytes

File metadata and controls

12 lines (7 loc) · 593 Bytes

Analytics-Edge-2015-Optimization

Analytics Edge 2015 solving optimization with lpSolveAPI

Introduction to composing and solving LPs with lpSolveAPI

I wrote this as an introduction to the lpSolveAPI package for my fellow students in The Analytics Edge 2015.

Refer to The Analytics Edge Course on edX, Unit 8, Video 4, Airline Revenue Management, video avaialble here.

https://www.youtube.com/watch?v=Jw38g53g-s0

The problem in the video is composed in Excel/LibreOffice. The R script in this repo shows how the same problem can be composed in R and solved with the lpSolveAPI.