• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back
Three network models are
covered in this chapter.
the minimal-spanning tree problem, the maximal-flow
problem, and the shortest-route problem.
The minimal-spanning tree technique determines the ...
path through the network that connects all the points
while minimizing total distance.
The maximal-flow technique finds the
maximum flow of any quantity or substance through a network
shortest-route technique can find ..
the shortest path through a network
The points on the network are referred
to as ______. Typically these are presented as circles, although sometimes squares or rectangles
are used. The lines connecting the _____ are called ____.
nodes
nodes arcs
The telephone
companies to connect a number of phones together while minimizing the total length of tele-
phone cable is an example of what technique
minimal-spanning tree technique
There are four steps for the
minimal-spanning tree problem
The maximal-flow problem involves determining the ...
maximum amount of material that can
flow from one point (the source) to another (the sink) in a network.
Determining the maximum number of cars that can flow through a highway sys-
tem, the maximum amount of a liquid that can flow through a series of pipes, and the maximum
amount of data that can flow through a computer network are examples of what technique.
Maximal-flow
The four maximal-flow
technique steps.
The objective of the shortest-route problem is to find the shortest distance from one location to
another. In a network, this often involves determining the ...
shortest route from one node to each
of the other nodes.
- This problem can be solved either by the shortest-route technique or by mod-
eling this as a linear program with 0–1 variables.
The steps of the shortest-route
technique.
Arc
A line in a network that may represent a path or route.
An arc or branch is used to connect the nodes in a network.
Maximal-Flow Problem
A network problem with the objec-
tive of determining the maximum amount that may flow
from the origin or source to the final destination or sink.
Minimal-Spanning Tree Problem
A network problem with
the objective of connecting all the nodes in the network
while minimizing the total distance required to do so.
Node
A point in a network, often represented by a circle,
that is at the beginning or end of an arc.
Shortest-Route Problem
A network problem with the
objective of finding the shortest distance from one location
to another.
Sink
The final node or destination in a network.
Source
The origin or beginning node in a network.