• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,7061,420

lib/H03-May-2022-4,1713,643

srglib/H03-May-2022-12,53312,511

tst/H03-May-2022-531450

CHANGES.mdH A D03-May-202242 51

DockerfileH A D03-May-2022229 147

GNUmakefileH A D03-May-20224.6 KiB188118

LICENSEH A D03-May-202234.3 KiB675553

PackageInfo.gH A D03-May-20222.8 KiB10075

README.mdH A D03-May-20221.2 KiB3520

config.statusH A D03-May-202265.5 KiB2,1441,684

gacH A D03-May-202212 KiB437234

init.gH A D03-May-2022560 1916

libtoolH A D03-May-2022337.1 KiB11,8128,206

makedoc.gH A D03-May-20221.4 KiB2824

read.gH A D03-May-2022610 2117

README.md

1[![Build Status](https://travis-ci.org/rhysje00/agt.svg?branch=master)](https://travis-ci.org/rhysje00/agt)
2[![codecov](https://codecov.io/gh/rhysje00/agt/branch/master/graph/badge.svg)](https://codecov.io/gh/rhysje00/agt)
3[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/rhysje00/agt/master)
4
5# The AGT package for GAP
6
7The AGT package contains a methods used for the determination of  various
8algebraic and regularity properties of graphs, as well as certain substructures
9of graphs. The package also contains a library of strongly regular graphs,
10intended to be a useful resource for computational experiments.
11
12
13## Documentation
14
15Full information and documentation can be found in the manual, available
16as PDF `doc/manual.pdf` or as HTML `doc/chap0.html`, or on the package
17homepage at
18
19  <https://github.com/rhysje00/agt/>
20
21
22## Bug reports and feature requests
23
24Please submit bug reports and feature requests via our GitHub issue tracker:
25
26  <https://github.com/rhysje00/agt/issues>
27
28
29# License
30
31AGT is free software; you can redistribute it and/or modify
32it under the terms of the GNU General Public License as published by the
33Free Software Foundation. For details see the LICENSE file.
34
35