Devansh Chopra
Devansh Chopra
https://github.com/digraphs/Digraphs/issues/570
https://github.com/digraphs/Digraphs/issues/735
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.
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...