Definitions Flashcards
Graph
points (vertices or nodes) connected by lines (edges or arcs)
Subgraph
a graph each of whose vertices and edges belongs to another graph
Network =
weighted graph = graph with a number/weight associated with each edge
The degree or valency of a vertex is
the number of edges incident to it
A path is
a finite sequence of edges such that the end vertex of one edge in the sequence is the start vertex of the first edge
Two vertices are connected if
there is a path between them
A graph is connected if
all its vertices are connected
A cycle (circuit) is a
closed path i.e. the end vertex of the last edge is the start vertex of the first edge
Digraph =
edges of a graph have an associated direction
A tree is
a connected graph with no cycles (MS)
a spanning tree of a graph is
a subgraph which includes all the vertices of the graph and is also a tree - all nodes are connected (MS)
A minimum spanning tree is
a spanning tree such that the total length of its arcs is as small as possible = minimum connector =
a tree that contains all vertices and wight of tree is as small as possible (MS)
A bipartite graph
consists of two sets of vertices in X to vertices in Y, not vertices within a set
A matching is
a one to one pairing of elements between two sets
Decision variables
number of each of the things can be varied