Digraphs 1.11.0
What's Changed
- Added
IsTwoEdgeTransitive
by @frankiegillis in PR #733. - @flsmith made
RandomDigraph
more random in PR #738. - Added
BurntPancakeGraph
andBurntPancakeGraph
in PR #403. - Added a new optional first argument for mutability in
CayleyDigraph
by @james-d-mitchell in PR #403. - Added
MinimalCyclicEdgeCut
by @MeikeWeiss in PR #754. - Added
DigraphAllChordlessCyclesOfMaximalLength
by @MeikeWeiss in PR #754. - Added
DigraphKings
andDigraphIsKing
by @hrj4 in PR #521. - @wilfwilson improved
ViewString
for digraphs in PR #783. - @EwanGilligan implemented Zykov's and Christofides's algorithms and made them available as options for
ChromaticNumber
in PR #491. - @ChrisJefferson sped up
OnDigraphs
for a digraph and a permutation in PR #267. - @pramothragavan added dreadnaut support in PR #651, along with the functions
DreadnautString
,DigraphFromDreadnautString
,DIMACSString
, andDigraphFromDIMACSString
; and the variablesWholeFileEncoders
andWholeFileDecoders
and the functionsIsWholeFileEncoder
andIsWholeFileDecoder
. - @RaiyanC added
DigraphMaximumFlow
in PR #751. - @RaiyanC added
RandomUniqueEdgeWeightedDigraph
PR #755.
New Contributors
- @BaseMax made their first contribution in PR #749.
- @pramothragavan made their first contribution in PR #651.
- @BlueRidingHood made their first contribution in PR #706.
- @hrj4 made their first contribution in PR #521.
Full Changelog: v1.10.1...v1.11.0