James Mitchell

Results 117 issues of James Mitchell

From Gordon Royle via the GAP forum: I am using the GAP package “digraphs” to determine whether or not there is a homomorphism from a digraph d1 to a digraph...

enhancement
doc

We observed the following: ![Screenshot 2021-09-29 at 15 41 58](https://user-images.githubusercontent.com/6686071/135423604-a9401f84-4398-4df9-b0a7-5e65efda15d2.png)

help wanted
difficulty: 1
C language
technical

We already stopped adding new methods for multidigraphs, the main issue is that there is no way to distinguish between the multiple edges. To address this I propose removing support...

enhancement
new-feature
not-backwards-compatible

As the title says, it'd be good to have a function that computed all the quotients of a given digraph. I'm not sure how feasible this is really, but it'd...

feature-request

When I commented on Issue #92 that I was "currently" resolving the issue (in 2017), I made the changes in this PR. This is incomplete, but I thought I'd make...

new-feature
WIP

This property would return `true` if the specified subset was "downwards" closed, i.e. contains every node less than the given nodes. This could more or less easily be done using...

resolved-pending-release
feature-request

See https://en.wikipedia.org/wiki/Cycle_basis#Polynomial_time_algorithms for details

resolved-pending-release
difficulty: 3
feature-request

For a digraph, node, and node.

resolved-pending-release
difficulty: 1
feature-request

It would be helpful to have methods for ~~`IsDistributiveLatticeDigraph` and~~ `IsModularLatticeDigraph` and perhaps some more.

help wanted
new-feature
feature-request

My reading of @fingolfin's last comment on: https://github.com/gap-actions/setup-gap/issues/45 is that 32-bit continuous integration for GAP is not currently feasible (or at least not worth the effort). I tend to agree,...

resolved
C language