Operations Research Lecture Notes Flashcards

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

1/32

flashcard set

Earn XP

Description and Tags

Flashcards covering vocabulary, methodology, assumptions, and core algorithms of Operations Research, including Linear Programming, Duality, Transportation, Assignment, and Integer Programming.

Last updated 8:58 AM on 7/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Operations Research (OR)

A scientific approach to decision making that seeks to best design and operate a system, usually under conditions requiring the allocation of scarce resources.

2
New cards

System

An organization of interdependent components that work together to accomplish the goal of the system.

3
New cards

Mathematical Model

An idealized representation of a system consisting of decision variables, constraints and an objective function.

4
New cards

Decision Variables

The unknowns to be determined by the solution to a mathematical model.

5
New cards

Optimal Solution

A set of variable values that are feasible (satisfy all constraints) and lead to the best possible value (maximum or minimum) of the objective function.

6
New cards

Proportionality (LP Assumption)

The assumption that the contribution to the objective function and the row constraints from each decision variable is directly proportional to its value.

7
New cards

Additivity (LP Assumption)

The assumption that the contribution of a decision variable to the objective function and constraints is independent of the values of other decision variables.

8
New cards

Divisibility (LP Assumption)

The assumption that each decision variable is allowed to assume fractional or non-integer values.

9
New cards

Certainty (LP Assumption)

The assumption that each parameter in the linear programming model is known with complete certainty.

10
New cards

Feasible Region

The set of all points (values of decision variables) that satisfy all of a model's constraints and sign restrictions simultaneously.

11
New cards

Binding Constraint

An active or tight constraint where the left-hand side equals the right-hand side (LHS=RHSLHS = RHS) when the optimal values of the decision variables are substituted.

12
New cards

Simplex Algorithm

An iterative procedure developed by Dantzig that moves from one vertex of the feasible region to an adjacent vertex to improve the objective function value until an optimal solution is reached.

13
New cards

Standard Form

A format of a linear program where all constraints are expressed as equations and all variables are required to be nonnegative.

14
New cards

Slack Variable

A variable added to a \leq constraint to convert it into an equality.

15
New cards

Excess Variable

A variable subtracted from a \geq constraint to convert it into an equality.

16
New cards

Artificial Variable

A variable added to \geq or == constraints in the Big M method to provide an initial basic feasible solution.

17
New cards

Big M Method

A version of the Simplex Algorithm used when a starting basis is not readily apparent, involving a very large positive number (MM) in the objective function to penalize artificial variables.

18
New cards

Dual Problem

A related linear program associated with a primal problem that provides economic insights and sensitivity analysis.

19
New cards

Shadow Price

The amount by which the optimal zz value is improved if the right-hand side (RHSRHS) of the ithi^{th} constraint is increased by 11, provided the current basis remains optimal.

20
New cards

Reduced Cost

For any nonbasic variable, the amount by which its objective function coefficient must be improved before the variable will become a basic variable in some optimal solution.

21
New cards

100% Rule

A guideline used to determine if the current basis remains optimal when multiple objective function coefficients or multiple right-hand side values change simultaneously.

22
New cards

Balanced Transportation Problem

A transportation model where the total supply points capacity equals the total demand points requirements.

23
New cards

Loop

In transportation problems, an ordered sequence of at least four different cells where consecutive cells share a row or column and no three consecutive cells share the same row or column.

24
New cards

Transshipment Point

A location in a logistics network that can both receive goods from other points and send goods to additional destinations.

25
New cards

Assignment Problem

A special class of transportation problem where each supply point must be assigned to exactly one demand point, typically with each supply and demand being exactly 11.

26
New cards

Hungarian Method

An efficient algorithm for solving assignment problems by manipulating the cost matrix through row and column reductions.

27
New cards

Integer Program (IP)

A mathematical optimization model in which some or all of the decision variables are restricted to take only integer values.

28
New cards

LP Relaxation (LR)

The linear program obtained by omitting all integer or 010-1 constraints from an Integer Programming model.

29
New cards

Knapsack Problem

A type of Integer Program with a single constraint representing a weight or size capacity and non-negative coefficients in the objective and constraints.

30
New cards

Branch-and-Bound Method

A tree-search approach that systematically enumerates feasible solutions by dividing the problem into smaller sub-problems to find the optimal integer solution.

31
New cards

Fathomed Node

A sub-problem in the Branch-and-Bound tree that is marked inactive because it is infeasible, yields an all-integer solution, or cannot yield an objective value better than the current Lower Bound.

32
New cards

Traveling Salesperson Problem (TSP)

A combinatorial problem seeking the cheapest round-trip route that visits a specific number of cities exactly once and returns to the starting point.

33
New cards

Gomory Cut

A valid inequality added as a constraint in a cutting-plane algorithm to eliminate fractional solutions from the LP relaxation without removing any integer feasible points.