Skip to content

Implementation of DigraphInsertEdge and DigraphReduceEdge#899

Open
linuskuehnle wants to merge 1 commit intodigraphs:mainfrom
linuskuehnle:main
Open

Implementation of DigraphInsertEdge and DigraphReduceEdge#899
linuskuehnle wants to merge 1 commit intodigraphs:mainfrom
linuskuehnle:main

Conversation

@linuskuehnle
Copy link

Implemented DigraphInsertEdge and DigraphReduceEdge.
These functions already exist in the Simplicial Surfaces package, which I am currently working on with Meike Weiß at RWTH Aachen University.
For reference, the corresponding functions there are implemented as EdgeInsertion and EdgeReduction.

Both DigraphInsertEdge and DigraphReduceEdge check whether the given digraph D is symmetric, and modifications to D preserve this symmetry.
Should D therefore retain the symmetric tag by explicitly calling SetIsSymmetricDigraph after modification?
If so, is an additional call to SetDigraphSymmetricClosureAttr required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments