Introduction to Linear and Integer programming in R

preview_player
Показать описание
A quick introduction to linear and integer programming without a ton of jargon, I hope.

Example Code:
Рекомендации по теме
Комментарии
Автор

Is there any option to be able to see the tables used in the simplex resolution??

JcBthug
Автор

one mistake: you missed to include a constraint related to Acres of land, as farmer has 450 Acres, so the third constraint will be x1+x2 <= 450.

rishichoudhary
Автор

Spelled Pittsburgh wrong in your first shiny app you showed us :)

thomascorey
Автор

Nice try. Just a few comments on the aspect of teaching. First, use a different color to highlight the region created by the constraints. Second, don't scratch out the unwanted region, just make a big cross, people will know what you mean. Finally, give a clearer explanation how to generate the matrix and why you need so. Well, if you personally don't know too much about linear algebra or convexity, then I'll take the final point back.

eliza