<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Why is this graph not a network?</title>
    <link>http://www.mapleprimes.com/questions/101489-Why-Is-This-Graph-Not-A-Network</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 13:16:34 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 13:16:34 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Why is this graph not a network?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Why is this graph not a network?</title>
      <link>http://www.mapleprimes.com/questions/101489-Why-Is-This-Graph-Not-A-Network</link>
    </image>
    <item>
      <title>Bug</title>
      <link>http://www.mapleprimes.com/questions/101489-Why-Is-This-Graph-Not-A-Network?ref=Feed:MaplePrimes:Why is this graph not a network?:Comments#answer101490</link>
      <itunes:summary>&lt;p&gt;The bug seems to be in UnderlyingGraph.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; with(GraphTheory):&lt;br&gt;&amp;nbsp;&amp;nbsp; G:= Digraph({[1,2],[2,4],[4,8]});&lt;/p&gt;
&lt;p&gt;G := `Graph 1: a directed unweighted graph with 4 vertices and 3 arc(s)`&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp; U:= UnderlyingGraph(G);&lt;/p&gt;
&lt;p&gt;U := `Graph 2: an undirected unweighted graph with 4 vertices and 2 edge(s)`&lt;/p&gt;
&lt;p&gt;The arc [4,8] of the digraph does not produce an edge in the underlying graph.&lt;br&gt;This is triggered by the fact that the name of the third vertex is 4.&amp;nbsp; It would not happen with Digraph({[1,2],[2,four],[four,8]}).&amp;nbsp; The problem is a confusion between names of vertices and numbers of vertices: in line 9 of UnderlyingGraph&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if V[i] &amp;lt;&amp;gt; j then&lt;/p&gt;
&lt;p&gt;V[i] is the name of a vertex, and j is the number of a vertex.&lt;/p&gt;
&lt;p&gt;I'm submitting an SCR.&lt;/p&gt;
&lt;p&gt;A work-around is to use names rather than numbers to indicate the vertices.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The bug seems to be in UnderlyingGraph.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; with(GraphTheory):&lt;br&gt;&amp;nbsp;&amp;nbsp; G:= Digraph({[1,2],[2,4],[4,8]});&lt;/p&gt;
&lt;p&gt;G := `Graph 1: a directed unweighted graph with 4 vertices and 3 arc(s)`&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp; U:= UnderlyingGraph(G);&lt;/p&gt;
&lt;p&gt;U := `Graph 2: an undirected unweighted graph with 4 vertices and 2 edge(s)`&lt;/p&gt;
&lt;p&gt;The arc [4,8] of the digraph does not produce an edge in the underlying graph.&lt;br&gt;This is triggered by the fact that the name of the third vertex is 4.&amp;nbsp; It would not happen with Digraph({[1,2],[2,four],[four,8]}).&amp;nbsp; The problem is a confusion between names of vertices and numbers of vertices: in line 9 of UnderlyingGraph&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if V[i] &amp;lt;&amp;gt; j then&lt;/p&gt;
&lt;p&gt;V[i] is the name of a vertex, and j is the number of a vertex.&lt;/p&gt;
&lt;p&gt;I'm submitting an SCR.&lt;/p&gt;
&lt;p&gt;A work-around is to use names rather than numbers to indicate the vertices.&lt;/p&gt;</description>
      <guid>101490</guid>
      <pubDate>Mon, 07 Feb 2011 03:49:51 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>thanks</title>
      <link>http://www.mapleprimes.com/questions/101489-Why-Is-This-Graph-Not-A-Network?ref=Feed:MaplePrimes:Why is this graph not a network?:Comments#comment101492</link>
      <itunes:summary>&lt;p&gt;Thank you.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you.&lt;/p&gt;</description>
      <guid>101492</guid>
      <pubDate>Mon, 07 Feb 2011 04:13:02 Z</pubDate>
      <itunes:author>djordan99</itunes:author>
      <author>djordan99</author>
    </item>
  </channel>
</rss>