Decision revision

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Explain why the Simplex algorithm cannot be used to solve this linear programming problem?

Simplex can only be applied when the non-negativity constraints are <=

2
New cards

Explain the term Hamiltonian cycle

A closed loop in a graph that visits every single vertex exactly once and returns to the starting vertex

3
New cards

Explain the term Eulerian Graph

A connected graph where every vertex has an even degree, allowing a closed trail that traverses every edge exactly once and returns to the start

4
New cards

Explain the term Semi-Eulerian

A connected graph with exactly two vertices of odd degree, allowing a trail that traverses every edge exactly once but starts and finishes at different vertices

5
New cards

Explain the term Non-Eulerian

A graph that contains more than two vertices of odd degree, making it impossible to traverse every edge exactly once without repeating an edge.

6
New cards

Explain the term Minimum spanning tree

A connected subgraph that includes all the vertices of the original graph, contains no cycles, and has the minimum total edge weight.

7
New cards

How do find the lower bound for amount of workers needed in a critical path analysis?

(All paths added together) / (critical path length)

8
New cards

Explain the term Tree

A connected graph that contains no cycles.

9
New cards

Define Loop (Network)

An edge that starts and finishes at the exact same vertex.

10
New cards

Why has the bubble sort finished?

The algorithm terminates because a full pass has been completed with zero swaps recorded.

11
New cards

Why has the quick sort ended?

The algorithm terminates because every item has been chosen as a pivot or forms a sub-list of size 1

12
New cards

Explain the term spanning tree

A subgraph that includes all the vertices of the original graph and forms a tree

13
New cards

Explain why the solution given by the first iteration is not feasible. (big M-method)

Make sure to look at your values

“the solution after the first iteration is not feasible because a1= (some value) is an artificial variable that must be zero in feasible solution.”

14
New cards
15
New cards
16
New cards