Skip to content

Commit f1410f9

Browse files
committed
doc: added notes about things to be decided soon
1 parent 5233e33 commit f1410f9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Open questions
2+
3+
- Shall we allow string representations of enums to be resolved to their
4+
corresponding enum values? This would make it possible to write something
5+
like `"directed"` instead of `Adjacency.DIRECTED`.
6+
7+
- Shall we allow the user to refer to vertices by strings and resolve strings
8+
automatically to vertex names, or do we want to force the user to indicate
9+
explicitly when he wants to do a by-name lookup?
10+
11+
- Shall we allow the user to refer to individual edges by a `(source, target)`
12+
tuple if it is unambiguous?
13+
14+
- Shall we allow the user to specify edge weight vectors simply by writing the
15+
name of the edge attribute storing the weights?
16+
17+
- Shall we treat the `weight` edge attribute implicitly as edge weights?

0 commit comments

Comments
 (0)