Changes between Initial Version and Version 2 of Ticket #18296
- Timestamp:
- 04/25/15 08:23:08 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18296
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
52ccff914d2f9e7836ab8cd36afe60724734e8b3
-
Property
Branch
changed from
to
public/18296
-
Property
Status
changed from
-
Ticket #18296 – Description
initial v2 1 A post on sage-support [1] reported that the `subgraph_search` functions ignored edge labels, despite claimingthe opposite.1 A post on sage-support [1] reported that the `subgraph_search` functions ignored edge labels, while the doc apparently claims the opposite. 2 2 3 3 Indeed, the common terminology of "labelled copies" and "unlabelled copies" is pretty misleading with respect to actual labels on the edge/vertices of the graph. With this branch, I hope to make this mistake less likely.