sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.3k stars 447 forks source link

add tranvsersal matroids to constructor and advanced.py #23628

Open c703ac91-1c31-4f3a-abb2-47af3ac2705d opened 7 years ago

c703ac91-1c31-4f3a-abb2-47af3ac2705d commented 7 years ago

This will allow users to make transversal matroids from the constructor by using a bipartite graph as input. It will also add transversals to advanced.py and make other improvements to that file.

Depends on #23536

CC: @sagetrac-Stefan

Component: matroid theory

Author: Zachary Gershkoff

Issue created by migration from https://trac.sagemath.org/ticket/23628

c703ac91-1c31-4f3a-abb2-47af3ac2705d commented 7 years ago

Description changed:

--- 
+++ 
@@ -1 +1 @@
-
+This will allow users to make transversal matroids from the constructor by using a bipartite graph as input. It will also add transversals to advanced.py and make other improvements to that file.
c703ac91-1c31-4f3a-abb2-47af3ac2705d commented 7 years ago
comment:1

Perhaps this is a little premature since the ticket for transversal matroids hasn't been reviewed yet, but summer is quickly ending, so I'll go ahead and attempt these changes.

c703ac91-1c31-4f3a-abb2-47af3ac2705d commented 7 years ago

Author: Zachary Gershkoff

c703ac91-1c31-4f3a-abb2-47af3ac2705d commented 7 years ago

Dependencies: #23536