Recent Releases of yags
yags - Change in main internal memory representation.
- Now the main internal representation is by using adjacency lists and the main constructor is "GraphByAdjacencies".
- Many graph constructing procedures were optimized.
- "BacktrackBag" can now have the empty list as a solution.
- The empty graph "EmptyGraph" is now permitted. This affects "Link" and "Links".
- New operation "CopyCoordinates". The generation of coordinates for derived graphs (Like "LineGraph" and "CliqueGraph") were added or standardized in this way.
- Three new operations dealing with Brendan MacKay's graph6 format: "GraphToGraph6", "ExportGraph6" and "ImportGraph6Iterator".
- Deph first search (DFS) trees can now be computed using"DFSTree".
- Minor changes for compatibility with GAP 4.14.
- Miscellaneous performance improvements and bug fixes.
Full Changelog: https://github.com/yags/yags/compare/v0.0.5...v0.0.6
- JavaScript
Published by kirhczen 11 months ago
yags - Compatible with GAP 4.10.
Minor changes for compatibility with GAP 4.10.
Much faster algorithm for the automorphism group of a graph.
- JavaScript
Published by mpizana over 6 years ago
yags - Arrows in Draw() and minor compatibility issues.
Arrows in Draw() and minor compatibility issues for GAP 4.9.1, 4.9.2 and 4.10dev
- JavaScript
Published by mpizana almost 8 years ago