D1 Flashcards
(35 cards)
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.
Critical path
A set of critical activities that run from source node to the sink node.
Cycle
A closed path through a graph that brings you back to your starting point. Also called a circuit.
Decision variable
An item that’s being produced, bought, sold, etc. in a linear programming problem.
Degree
The number of arcs connected to a vertex.
Digraph
A graph in which some arcs have a direction (known as directed edges).
Dijkstra’s algorithm
A method for finding the shortest path between two vertices of a network.
Distance matrix
A matrix (number grid) thats shows the distance (or weight) between each pair of vertices in a graph.
Dummy
A dummy shows precedence in an activity network without adding any activities to the project.
Early event time
The earliest an activity within a project can possibly be started.