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

This issue is a feature request to implement a number of "named" graphs from the literature: - [x] [FolkmanGraph](https://en.wikipedia.org/wiki/Folkman_graph) (FB + MT + RC + SH) #386 - [x] [Goldner–Harary...

difficulty: 1
feature-request

**UPDATE:** _Although in #509 I have resolved the specific problem highlighted in this issue, there are still ideas in this issue thread that I think should be addressed. Namely, other...

performance

Added an additional method to preserve properties in the case of empty removals. This addresses issue #260. _(Note from Wilf: currently only partially.)_

enhancement

This came up from some code which was heavily using digraphs. this almost doubled the speed of the algorithm, as it turns out these GAP-level checks were dominating the run-time...

The function `HamiltonianPath` computes hamiltonian cycles which is a bit confusing if someone looks for paths and not cycles. A name change to `HamiltonianCycle` perhaps would be nice.

bug
help wanted
resolved-pending-release
not-backwards-compatible

new-feature
gap-days-brussels-2025

In Semigroups v4.0.0, we started using autodoc to produce the documentation, this has a number of advantages, and can be used with the current documentation sources (i.e. doesn't require to...

doc
technical

Based on [Issue #428](https://github.com/digraphs/Digraphs/issues/428). This pull request adds two functions: AmalgamDigraphs and AmalgamDigraphsIsomorphic. Description: _The AmalgamDigraphs function takes as input two digraphs and two lists of vertices corresponding to two...

new-feature
gap-days-brussels-2025

new-feature
gap-days-brussels-2025