Sha256: 35d700202f0335ed1fb1b487604e8c1cff910504e148dc99080c5a5cd213309b

Contents?: true

Size: 864 Bytes

Versions: 21

Compression:

Stored size: 864 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
  <graph id="G" edgedefault="directed">
    <node id="n0"/>
    <node id="n1"/>
    <node id="n2"/>
    <node id="n3"/>
    <node id="n4"/>
    <node id="n5"/>
    <node id="n6"/>
    <hyperedge>
       <endpoint node="n0"/>
       <endpoint node="n1"/>
       <endpoint node="n2"/>
     </hyperedge>
    <hyperedge>
       <endpoint node="n3"/>
       <endpoint node="n4"/>
       <endpoint node="n5"/>
       <endpoint node="n6"/>
     </hyperedge>
    <hyperedge>
       <endpoint node="n1"/>
       <endpoint node="n3"/>
     </hyperedge>
    <edge source="n0" target="n4"/>
  </graph>
</graphml>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
ruby-graphviz-1.2.2 examples/graphml/hyper.graphml
ruby-graphviz-1.2.1 examples/graphml/hyper.graphml
ruby-graphviz-1.2.0 examples/graphml/hyper.graphml
ruby-graphviz-1.1.0 examples/graphml/hyper.graphml
ruby-graphviz_c-1.1.1 examples/graphml/hyper.graphml
ruby-graphviz_c-1.1.0 examples/graphml/hyper.graphml
ruby-graphviz-1.0.9 examples/graphml/hyper.graphml
ruby-graphviz-1.0.8 examples/graphml/hyper.graphml
ruby-graphviz-1.0.7 examples/graphml/hyper.graphml
ruby-graphviz-1.0.6 examples/graphml/hyper.graphml
ruby-graphviz-1.0.5 examples/graphml/hyper.graphml
ruby-graphviz-1.0.4 examples/graphml/hyper.graphml
ruby-graphviz-1.0.3 examples/graphml/hyper.graphml
ruby-graphviz-1.0.2 examples/graphml/hyper.graphml
ruby-graphviz-1.0.1 examples/graphml/hyper.graphml
ruby-graphviz-1.0.0 examples/graphml/hyper.graphml
ruby-graphviz-0.9.21 examples/graphml/hyper.graphml
ruby-graphviz-0.9.20 examples/graphml/hyper.graphml
ruby-graphviz-0.9.19 examples/graphml/hyper.graphml
ruby-graphviz-0.9.18 examples/graphml/hyper.graphml