is_same reports whether x and y represent identical vertices. for most complex vertices it returns false all the time you should avoid using !is_same(x, y) conditions as false could be an indication of "don't know" instead of "these two vertices are different" using this function without negation is the only way to go
source not stored for this graph (policy: none)
no test coverage detected