Necessary changes for YAGS to work with GAP 4.10.0.
Much faster algorithm to compute the AutomorphismGroup
(B.1-8) of a graph.
YAGS now knows how to draw arrow for directed graphs.
Minor changes to ensure compatibility with GAP versions 4.9.1, 4.9.2 and 4.10dev. Affected attributes, operations and functions: YAGSDiameter( Graph)
, Diameter
(B.4-3) and YAGSPositionsTrueBlist
(B.24-5).
PackageInfo.g
updated to fulfill GAP's ValidatePackageInfo()
requirements.
The following graph constructing operations now report an error when attempting to construct an empty graph: InducedSubgraph
(B.9-4), GraphByAdjacencies
(B.7-6), GraphByAdjMatrix
(B.7-7), GraphByCompleteCover
(B.7-8), GraphByEdges
(B.7-9), GraphByRelation
(B.7-10) and GraphByWalks
(B.7-11).
Link
(B.12-2) now returns fail when the given vertex has degree 0.
generated by GAPDoc2HTML