DS Exam 3

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Objective function, Decision variables, Constraints

All optimization problems have these three common elements:

  1. .

  2. .

  3. .

2
New cards

Objective function

____ ____- What will be optimized (maximized or minimized)

3
New cards

Decision variables

____ ____- Values the decision maker is allowed to choose

4
New cards

Constraints

_____- Physical, logical, or economic restrictions or limitations that the decision variables must obey

5
New cards

solution

A ______ to an optimization problem defines a value for each decision variable

6
New cards

feasible solution

A ______ _____ is a solution that satisfies all of the constraints

7
New cards

optimal solution

An ____ ____ is a feasible solution that has the best possible objective function value. Some problems have multiple optimal solutions-different solutions that all achieve the same best objective function value.

8
New cards

feasible region

The ___ ____ is the set of all feasible solutions

9
New cards

possible solutions

The challenge is finding the optimal solution out of all ____ _____ in the feasible region.

10
New cards

binding/active

Constraint ____/____

<p>Constraint ____/____</p>
11
New cards

Constraint _____/_____

<p>Constraint _____/_____</p>
12
New cards

globally

Local optimum x global solution: Some points may be “Locally” optimal but are not “____” optimal

13
New cards

Define, identify, state, include

Defining a LP Problem:

  1. _____ the function

  2. _____ the decision variables

  3. _____ the constraints

  4. _____ the non-negativity restrictions

14
New cards

Linear programming

In ____ _____, the objective function is a linear function, and all constraints are linear.

  • Usually solved using the simplex method

  • Can solve problems with many decision variables and many constraints quickly

  • Guaranteed to find the global optimum

  • Can generate informative sensitivity reports

15
New cards

integer programs

In _____ _____, at least one decision variable must be an integer.

  • The objective and constraints are still linear, but the variable type has changed

  • Related to linear programs, but much harder to solve in general

  • There is no guarantee of finding the global optimal solution

  • Less informative sensitivity reports

16
New cards

Nonlinear programs

_____ _____ have nonlinear objective functions and/or constraints

  • Solved using a variety of techniques:

    • Slower than LPs

    • Stricter limitations on the number of variables or constraints

  • There may be local as well as global solutions

  • Sometimes there is no guarantee that you will find the best solution

  • Less informative sensitivity reports

17
New cards

continuous, integer, binary

Types of optimization problems: Types of variables

  • ______ (decimal numbers)

  • _____ (whole numbers)

  • _____ (0 or 1)

18
New cards

Types of optimization problems: Types of functions

  • _____- the equation would plot as a straight line

  • ____ ___-___- not a straight line, but differentiable

  • ___-____ ___-___- not a straight line and not differentiable

19
New cards

Network Models

____ _____- are an important special case of linear optimization models

20
New cards

nodes, arcs

A network is a set of ____ that are connected by ____ (or “paths”).

21
New cards

objective constraint

____ _____- the cost (or profit) per each unit of variable in the objective function

22
New cards

Binding constraint

____ _____- a constraint that is exactly met at the optimal solution. It limits the solution.

23
New cards

Non-binding constraint.

____-_____ _____- a constraint that is not “tight”, there is slack. The solution could vary without violating it.

24
New cards

slack

_____- the amount by which the left-hand side of a constraint is less than or greater than the right hand side

25
New cards

shadow price

____ ____- change in objective value per 1-unit increase in the constraint RHS. only applies to binding constraints

26
New cards

reduced cost

____ ____- if variable >0, reduced cost = 0

27
New cards

allowable increase/decrease

____ ____/____- the range within the RHS can change without changing the shadow price or variable mix. Beyond this, the model must be resolved.

28
New cards

binding, nonzero shadow price

Is a constraint influencing the solution?

  • Check if the constraint is ____ and has a ____ shadow price

  • If yes, then the constraint is influencing the solution

29
New cards

binding

Will changing a constraint affect the mix of variables?

  • If the constraint is ____, changing it won’t affect the current mix

  • If it is binding, reducing or increasing the RHS will change the solution.

30
New cards

shadow price

What if I increase a requirement by 1 unit?

  • Multiple the ____ ____ by the 1-unit increase