CS261 Lecture 5: Linear Programming | in theory
In which we introduce linear programming. 1. Linear Programming A linear program is an optimization problem in which we have a collection of variables, which can take real values, and we want to fi…
In which we introduce linear programming. 1. Linear Programming A linear program is an optimization problem in which we have a collection of variables, which can take real values, and we want to find an assignment of values to the variables that satisfies a given collection of linear inequalities and that maximizes or minimizes a given linear function. (The term programming in linear programming , is not used as in computer programming , but as in, e.g., tv programming , to mean planning. ) For example, the following is a linear program. The linear function that we want to optimize ( in the ab
related reading
- bv_cvxbook.pdfweb.stanford.edu
- Mathematical optimization - Wikipediaen.wikipedia.org
- bv_cvxbook.pdfstanford.edu
- CS261 Lecture 6: Duality in Linear Programming | in theorylucatrevisan.wordpress.com
- eecs127_reader.pdfeecs127.github.io
- Pareto front - Wikipediaen.wikipedia.org
- Optimization Methods | Sloan School of Management | MIT OpenCourseWareocw.mit.edu
- Competitive Programmer's Handbookcses.fi
- Knapsack problem - Wikipediaen.wikipedia.org
- 142_Luenberger.pdfsites.science.oregonstate.edu
- 1404.5236 Sum-of-Squares Proofs and the Quest toward Optimal Algorithmsarxiv.org
- GitHub - shengwen-tw/libqpsolver: A quadratic programming solver library written in Cgithub.com