 Quote by Arian.D
Hi guys
I'm reading a book about linear programming and network flows. In chapter 2 when it talks about convex sets and their analysis it talks about extreme points and extreme directions of a convex set. I understand the definitions of extreme points and extreme directions, but I don't know how I should find them. Unfortunately the book doesn't show how to find them with examples.
|
It might be that the author is merely setting the stage by defining some terms before looking at some examples.
 Quote by Arian.D
:( I also don't know what a 'slack variable' is. I guess it must've been defined somewhere but I missed it :/
|
Slack variables are used to turn constraint inequalities into equations. For example, if you have a constraint inequality 2x + 3y ≤ 10, you can rewrite this as 2x + 3y + a = 10, where a is a slack variable such that a ≥ 0.
Generally you'll have one slack variable for each constraint inequality.
If you keep reading, you'll probably run into some examples.
 Quote by Arian.D
Any helps would be appreciated.
|