Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.games.development.programming.algorithms > #107

Skiena Algorithms-2e-pg148: Embedded graph

Path csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From Veek M <vek.m1234@gmail.com>
Newsgroups comp.games.development.programming.algorithms
Subject Skiena Algorithms-2e-pg148: Embedded graph
Date Fri, 28 Aug 2015 14:45:43 +0530
Organization Home
Lines 25
Message-ID <mrp8on$v6a$1@dont-email.me> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 8Bit
Injection-Date Fri, 28 Aug 2015 09:14:00 +0000 (UTC)
Injection-Info mx02.eternal-september.org; posting-host="c98515f9df97414fa0e6574a8a608520"; logging-data="31946"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19p9MDulDxQ4QeLRPbbzv1Q"
User-Agent KNode/4.14.1
Cancel-Lock sha1:gruL3veK51y5vXo95b3H8ILq4Wc=
Xref csiph.com comp.games.development.programming.algorithms:107

Show key headers only | View raw


"Embedded vs. Topological ? A graph is embedded if the vertices and edges 
are assigned geometric positions. Thus, any drawing of a graph is an 
embedding, which may or may not have algorithmic signi?cance."

What's that stuff about a drawing being an embedding? Drawings don't have a 
coordinate system - an axis pair etc

"Occasionally, the structure of a graph is completely de?ned by the geometry
of its embedding. For example, if we are given a collection of points in the
plane, and seek the minimum cost tour visiting all of them (i.e., the 
traveling salesman problem), the underlying topology is the complete graph 
connecting each pair of vertices."

Whaat? "completely defined by the geometry of its embedding"??
A topology is unaffected by a change in shape and size so..
is he saying that the graph (with edges, weights and vertices connecting the 
various locations) is a topological graph - the lay of the land (has all the 
info required to solve the problem).

Basically an embedded graph requires a coordinate system and a topological 
graph is self contained because weights are used to compute cost and the 
interconnections are described by the edges. Is this what he's trying to 
say?


Back to comp.games.development.programming.algorithms | Previous | Next | Find similar


Thread

Skiena Algorithms-2e-pg148: Embedded graph Veek M <vek.m1234@gmail.com> - 2015-08-28 14:45 +0530

csiph-web