Linear programming, del 1 Flashcards

1
Q

Vad är linear programming?

A

En matematisk metod för att optimera ett linjärt mål (en viss kvantitet) under en uppsättning av linjära restriktioner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the objective in all LP problems?

A

The objective = Målfunktionen

The maximization or minimization of en viss quantity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Vad finns det för olika sorters solutions?

A

Feasible, Optimal, Graphical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Vad innebär de tre olika solutions?

A

A feasible solution satisfies all the problem’s constraints.

An optimal solution is a feasible solution that results in the largest possible objective function value when maximizing. (or smallest when minimizing)

A graphical solution method can be used to solve a linear programmed with two variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Vad måste vara uppfyllt för att problemet ska vara linear programming problem?

A

Both the objective function (målfunktionen som vi vill maximera eller minimera) and the constraints must be linear.

Linear functions är function där varje variabel appears i en separat term raised to the first power and is multiplied by a constant (kan vara 0)

Linear constraints är linjära funktioner som är restricted to “less than or equal to ≤”, “equal to =”, or “greater than or equal to ≥”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Guidance for how to formulate the problem:

A

Understand the problem thoroughly.
Describe the objective.
Describe each constraint.
Define the decision variables.
Write the objective in terms of the decision variables.
Write the constraints in terms of the decision variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Vad innebär standard form?

A

Standard form is a linear programme in which all variables are positive and all constraints are equalities.

Att alla constraints är equalities innebär att de skrivs med = och inte något av de andra tecknen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to reach standard form?

A

Add slack variables for constraints with ≤

Remove surplus variables for ≥

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is extreme points?

A

Corners or vertices (hörn) of the feasible region are referred to as extreme points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Where can we find optimal solution to an LP problem?

A

Can be found at an extreme point of the feasible region.

Man behöver endast consider the extreme points of the feasible region, inte alla feasible solution points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly