-
SciGraph loads individual ttl or owl documents. On the RDF level each is considered a distinct _named graph_. On the OWL level each is it's own distinct _ontology_ (which is confusing terminology as t…
-
The level assigned to a source node for a hyperedge should never be lower than the target.
-
```
Steps to reproduce the problem
a = hypergraph()
a.add_nodes([1,2,3])
a.add_edges([4,5])
a.link(3,5)
a.unlink(3,5)
a.link(3,5)
I expected no exception but I got an exception instead
the reason…
-
```
Steps to reproduce the problem
a = hypergraph()
a.add_nodes([1,2,3])
a.add_edges([4,5])
a.link(3,5)
a.unlink(3,5)
a.link(3,5)
I expected no exception but I got an exception instead
the reason…
-
```
Steps to reproduce the problem
a = hypergraph()
a.add_nodes([1,2,3])
a.add_edges([4,5])
a.link(3,5)
a.unlink(3,5)
a.link(3,5)
I expected no exception but I got an exception instead
the reason…
-
```
The hyperedge class does not have a del_hyperedge function.
only an unlink function...
```
Original issue reported on code.google.com by `anand.ib...@gmail.com` on 28 Nov 2009 at 1:01
-
```
The hyperedge class does not have a del_hyperedge function.
only an unlink function...
```
Original issue reported on code.google.com by `anand.ib...@gmail.com` on 28 Nov 2009 at 1:01
-
```
The hyperedge class does not have a del_hyperedge function.
only an unlink function...
```
Original issue reported on code.google.com by `anand.ib...@gmail.com` on 28 Nov 2009 at 1:01
-
```
"for each in hyperedges:" SHOULD BE "for each in self.hyperedges():"
right?
```
Original issue reported on code.google.com by `jes...@gmail.com` on 20 Oct 2009 at 11:53
-
```
"for each in hyperedges:" SHOULD BE "for each in self.hyperedges():"
right?
```
Original issue reported on code.google.com by `jes...@gmail.com` on 20 Oct 2009 at 11:53