File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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?
You can’t perform that action at this time.
0 commit comments