Week 1 Flashcards
What is the objective function?
The function we want to maximize/minimize
What is the decision variable?
The variable we can change to meet out goals
What is an LP-problem?
A linear optimization problem, it an problem in the form,
- max f(x)*
- gi(x)* ≤ b, i = 1, …, m
in f, g: Rn –> R
What is Seperability?
Each function is the sum of terms in which each term is a function of one of the variables only. e.g.
Σj=1n fj(xj)
What is proportionality?
The value of the function is proportional with the value of earch of the variables. Thus, any increate of 1 unit of a given variable gives a constant cange in function, value, independent of the value of the variable.
What is divisibility?
All variables may take any values in R. Typically, they will attain fractional values.
What is the form of a linear problem in the objective function?
Σj=1ncjxj
How to create a linear problem?
- First create the function to maximize
- Write the constraints, note: be sure to watch for x ≥ 0
How to resolve fractions in a linear problem? For example
1800 (x1/(x1 + x2)) + 3800 (x1/(x1 + x2) ≤ 3000
- Multiply both by (x1+x2)
- Then rewrite s.t. the variables are on the left and a number is on the right.
How to rewrite a min(…) function to a linear function?
Create a variable z for which holds:
- z* ≤ …
- z* ≤ …
…
When is a set convex?
A set is convex iff. x, y ∊ C and for all λ ∊ [0, 1] then the point
z = λx + (1 - λ) ∊ C
What is a halfspace?
H = {x ∊ ℝn : hTx ≤ 𝛅 }, this is convex
What is a hyperplane?
H = { x∊ℝn : hTx = 𝛅 }
What is a basic feasible solution?
Any feasible point that is determined by n linearly independent bounding hyperplanes.
What is the skeleton of a polyhedron?
The extreme points and the edges together
What is an edge?
The segment of the line beween two neighbouring extrem points.
What is the definition of an extreme point?
A point in the polyhedron which cannot be rewritten as a convex combination of two other points.
What is the definiton of a vertex?
The only intersection point of the polyhedron with some hyperplane
When does a system have a unique solution?
Let x* be an element of ℝn and let I = {i: aiTx* = bi} the set of indices of constraints that hold with equaltity at x*. Then the following are equilvalent:
- There exists n vectors in the set {ai: i∊ I}, which are linearly independent
- The span of the vectors ai, i ∊ I, is all of ℝn can be expressed as a linear combination of the vectors ai, i ∊ I.
- The system of equations aiTx = bi, i∊I, has a unique solution.
When is a solution a basic feasible solution?
For a non-empty polyhedron P, the following 3 statements are equivalent:
a. x* ∈ P is an extreme point of P,
b. x* is a basic feasible solution
c. x* is a vertex
When does a extreme point exist?
Given a non-empty polyhedron P = {x ∈ Rn |aTi x ≥ bi , i = 1, . . . , m}, then the following statements are equivalent:
a) P has at least one extreme point;
b) P doesnotcontainaline;i.e.,does not exist x∈P,d !=0 ∈ Rn,∀λ∈R: x+λd∈P;c) There exist n vectors out of the family of a1, . . . , am which are linearly independent.
When does an LP problem have a extreme point?
If the feasible polyhydron contains at least one extreme point, and for which an optimal solution exists, there is always an extere point that is an optimal solution.