You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project, a student developed a GAP program that calculates the cyclic edge connectivity of a given cubic graph in O(n^2*log^2(n)) time for n the number of vertices, based on a paper. Would you be interested in including this method in your package, even though it is only applicable to specific types of graphs?
The text was updated successfully, but these errors were encountered:
@mtorpey A student has already implemented this method, I just need to find the time to make a pull request. I will do this at the next GAP Days at the latest :)
In a project, a student developed a GAP program that calculates the cyclic edge connectivity of a given cubic graph in O(n^2*log^2(n)) time for n the number of vertices, based on a paper. Would you be interested in including this method in your package, even though it is only applicable to specific types of graphs?
The text was updated successfully, but these errors were encountered: