-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Milestone
Description
The current code goes over all vertex pairs and checks existence of all possible edges, which is extremely inefficient for, say, posets, whose graphs are far from complete. This is a big problem when mixed with unique representation of finite posets.
So let's iterate over edges directly.
Component: graph theory
Author: Andrey Novoseltsev
Branch/Commit: 959c85d
Reviewer: Jori Mäntysalo, Nathann Cohen
Issue created by migration from https://trac.sagemath.org/ticket/19077