Integer Programming

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

1/44

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.

45 Terms

1
New cards

Integer Programming

An optimization method where some or all decision variables are constrained to integer values.

2
New cards

Total Integer Model

A model in which all decision variables must be integers, used when fractional values are not acceptable.

3
New cards

0

1 Integer Model

4
New cards

Mixed Integer Model

A model combining integer and continuous decision variables within the same formulation.

5
New cards

Decision Variable

A variable representing a controllable input in the model whose value is determined during optimization.

6
New cards

Objective Function

The formula that defines the goal of the model, such as maximizing profit or minimizing cost.

7
New cards

Constraint

A condition that decision variables must satisfy, reflecting limits like capacity or budget.

8
New cards

Feasible Solution

A solution that satisfies all constraints and integrality conditions of the model.

9
New cards

Optimal Solution

The best feasible solution according to the objective function.

10
New cards

Graphical Solution Method

A visual technique to solve two-variable linear models by plotting constraints and feasible regions.

11
New cards

Branch and Bound Method

A solution algorithm that breaks integer problems into subproblems and evaluates them systematically.

12
New cards

Binary Variable

A variable restricted to 0 or 1, used for inclusion/exclusion decisions.

13
New cards

Mutually Exclusive Constraint

A restriction ensuring only one variable in a group can be 1 at a time.

14
New cards

Conditional Constraint

A rule linking binary variables, such that one choice depends on another.

15
New cards

Corequisite Constraint

A condition that forces binary variables to be equal, ensuring joint inclusion or exclusion.

16
New cards

Slack

The unused portion of a ≤ constraint, representing spare capacity or resources.

17
New cards

Suboptimal Solution

A feasible but non-optimal solution that doesn't yield the best value of the objective function.

18
New cards

Set Covering Model

A binary model that selects the minimum number of options to cover all requirements.

19
New cards

Capital Budgeting Model

A 0

20
New cards

Fixed-Charge Model

A model with fixed setup costs plus variable costs, used in logistics and facility planning.

21
New cards

Rounding Down

A heuristic that floors fractional values, possibly resulting in feasible but suboptimal outcomes.

22
New cards

Rounding Up

A heuristic that ceilings fractional values, potentially causing infeasibility.

23
New cards

Enumeration Method

A brute-force method that checks all possible combinations of integer variables.

24
New cards

Solver (Excel)

A tool in Excel for solving optimization problems using linear and integer programming.

25
New cards

QM for Windows

Software used for modeling and solving various operations research problems, including integer programming.

26
New cards

Cutting Plane Method

An algorithm that adds linear constraints iteratively to eliminate non-integer solutions.

27
New cards

Constraint Violation

Occurs when a proposed solution does not satisfy one or more constraints.

28
New cards

Feasible Region

The set of all decision variable values that satisfy all constraints.

29
New cards

Operating Room Allocation Model

An integer programming application for assigning surgical time slots efficiently.

30
New cards

Scheduling Problem

An application where events or tasks are assigned to time slots or locations under constraints.

31
New cards

Multiple-Choice Constraint

A restriction requiring exactly one choice among a group of binary variables.

32
New cards

Investment Model

An optimization model that allocates capital among investment options under constraints.

33
New cards

Real-World Application

A practical use of integer programming in fields like logistics, finance, or healthcare.

34
New cards

Facility Location Problem

A model to find optimal facility sites minimizing fixed and transportation costs.

35
New cards

Set Covering Problem

A binary model aiming to cover all targets with the fewest selected sets or resources.

36
New cards

Real Variable

A decision variable that can assume any non-negative continuous value.

37
New cards

Budget Constraint

A restriction ensuring total costs do not exceed available funds.

38
New cards

Space Constraint

A limit on the amount of physical resource usage like area or volume.

39
New cards

Profit Maximization

An objective that seeks to maximize the difference between revenue and costs.

40
New cards

Constraint Coefficient

The multiplier of a decision variable in a constraint or objective function.

41
New cards

Integer Feasibility

A condition where all integer variables in a solution have valid integer values.

42
New cards

Infeasible Solution

A solution that violates one or more model constraints.

43
New cards

Enumeration Tree

A branching structure used in branch and bound to explore solution paths.

44
New cards

Optimality Gap

The difference between the best-known and best-possible solution values.

45
New cards

Constraint Binding

A constraint that holds as an equality and directly influences the optimal solution.