Digraphs icon indicating copy to clipboard operation
Digraphs copied to clipboard

The GAP package Digraphs

Results 139 Digraphs issues
Sort by recently updated
recently updated
newest added

Hi, The current `CanonicalLabelling` in Digraphs does support coloured vertices, but doesn't "respect" the colours (that is, it doesn't only permute colours inside their colour class). This means, unlike finding...

help wanted
feature-request

This is how it currently is: ``` @misc{DeBeule2025aa, Author = { Jan De Beule and Julius Jonu{\v s}as and James D. Mitchell and Michael Torpey and Maria Tsalakou and Wilf...

help wanted
website

In theory this ought to be quite simple to do, I'm not sure how difficult it would be in practice though. I'm thinking of wanting to be able to compute...

difficulty: 0

@RussWoodroofe, at GAP Days Summer 2025 in Koper, was wanting to create the Petersen digraph, in the way that was most intuitive to him. You can think of the Petersen...

enhancement
help wanted
new-feature
difficulty: 1
gap-days-summer-2025-koper

At present it's possible to do things like `DotEdgeColoredDigraph` where the second argument is the list of colours. I often find this second argument more or less difficult to propagate,...

new-feature
difficulty: 0

Now we have lifted the number of nodes permitted in the clique and homomorphism finding from 512 to any value, we should issue an info warning when we try to...

difficulty: 2

Something like the following, where `D` is digraph, `src` is the start node of the path, and `path` is a list of edge indices. ~~~ FollowPath := function(D, src, path)...

difficulty: 0

which > returns a list consisting of pairwise non-isomorphic elements

difficulty: 0