Skip to content

Commit

Permalink
Graph#^ removed, Graph#+ added
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed May 4, 2012
1 parent 17c72dc commit 5758ebb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
- Add Graph#|(other) and Graph::union(*graphs)
- Add Graph#-(other), which is like Graph#| but it keeps duplicate nodes and
edges
- Add Graph#not(other) (returns a new graph with every nodes/edges which are in
the current graph but not in `other`)
- Add Graph::xor(*graphs) and Graph#^(other)
the current graph but not in `other`). Make an alias with Graph#+(other)
- Add Graph::xor(*graphs)

- Implement #parse and #unparse in GEXF module

Expand Down

0 comments on commit 5758ebb

Please sign in to comment.