D1 Flashcards
Activity Network
A network that shows the order in which activities must be completed. Activities are shown by arcs and their competition is shown by nodes.
Adjecency matrix
A matrix (number grid) that shows the number of links between each pair of vertices in a graph.
Algorithm
A set of instructions for solving a problem.
Alternating path
A way of improving an initial matching.
Arc
The line connecting two vertices of a graph. Also called an edge.
Binary search
A searching algorithm used to find items in an ordered list.
Bipartide graph
A graph with two sets of nodes, joined by arcs. The arcs only join nodes from one set of nodes in the other.
Breakthrough
Reaching an unmatched node using the alternating path method.
Bubble sort.
An algorithm that sorts a list into oprder by systematically swapping them.
Chinease postman problem
Another name for the route inspection problem.
Complete graph
A graph where every vertex has a direct connection to every other vertex.
Complete matching
A matching with teh same number of arcs as there are nodes in each set.
Connected graph
A graph where every vertex is connected to every other vertex by a path (not necessarily a direct arc).
Constraint
A limiting factor in a linear programming problem. Usually written as an inequality interms of the decision variables.
Critical activity
An activity in an activity network that must be started as soon as possible or the entire project will be delayed.