Devansh Chopra

Results 4 issues of Devansh Chopra

https://github.com/digraphs/Digraphs/issues/570

do not merge
not-backwards-compatible

https://github.com/digraphs/Digraphs/issues/735

new-feature
waiting for creator input

Resolves issue #580. Edited `oper.gi` file to allow `D ^ p` (digraph and permutation) and `D ^ t` (digraph and transformation) to call `OnDigraphs(D, p)` and `OnDigraphs(D, t)`, respectively.

enhancement
new-feature
VIP

Issue - `https://github.com/digraphs/Digraphs/issues/683` Previously, deleting vertices or edges from an EdgeWeightedDigraph or taking a mutable copy caused the resulting digraph to lose its edge weights. This commit is just a...