Math 525: Linear Optimization

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Taken at UW Madison during Summer 2026. The textbook used was Introduction to Linear Optimization by Dimitris Bertsimas and John. N Tsitsiklis

Last updated 4:11 PM on 6/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

What is the definition of a General Linear Programming (LP) problem

Really all you need to remember is the constraints (Video 1)

<p>Really all you need to remember is the constraints (Video 1)</p>
2
New cards

What is a feasible solution

A feasible solution is a vector x satisfying all the constraints (Video 1)

3
New cards

What is the feasible set

The feasible set is the set of all feasible solutions (Video 1)

4
New cards

What is the cost of a feasible solution x

c’x where c is the cost function (Video 1)

5
New cards

What is the optimal cost

The value of c’x (Video 1)

6
New cards

What mathematical operations do you need to do to convert a general linear programming problem to the more simple form

Make sure all your constraints are greater than inequalities (Video 1)

<p>Make sure all your constraints are greater than inequalities (Video 1)</p>
7
New cards

What is the definition of equivalence of linear programming problems

(Video 1)

<p>(Video 1)</p>
8
New cards

What is the lemma associated with equivalence of linear programming problems

(Video 1)

<p>(Video 1)</p>
9
New cards

What is the definition of Piecewise Linear Convex Functions. What is the “main” example for this

The main example is the absolute value function, f(x) = |x| = max{x,-x} (Video 3)

<p>The main example is the absolute value function, f(x) = |x| = max{x,-x} (Video 3)</p>
10
New cards
<p>Consider the family of parallel lines shown in the image, where a<sub>1</sub> and a<sub>2</sub> are fixed (don’t change) and b is not fixed. What does the vector (a<sub>1</sub>,a<sub>2</sub>) tell you. </p>

Consider the family of parallel lines shown in the image, where a1 and a2 are fixed (don’t change) and b is not fixed. What does the vector (a1,a2) tell you.

It always points in the direction where b increases. So if you want to maximize the objective function, you go in the direction of that vector. If you want to minimize the objective function, go in the opposite direction of that vector (Video 4)