Go to file
Adrien Bourmault d8f83d86c5 Merge branch 'master-amend' into 'master'
Mass renaming of symbols/functions

See merge request gem-graph/gem-graph-server!1
2021-09-14 09:20:33 +00:00
bin Rebuild/refactoring of scheduler main func 2021-06-15 00:56:01 +02:00
debian WIP: [BUG] Unloading models 2021-08-24 19:39:53 +02:00
include Mass renaming of symbols/functions 2021-09-14 09:20:33 +00:00
src Mass renaming of symbols/functions 2021-09-14 09:20:33 +00:00
.gitignore Switch to C 2021-06-09 11:35:47 +02:00
AUTHORS Update AUTHORS 2021-06-08 16:15:12 +00:00
LICENSE Add LICENSE 2021-03-28 15:26:21 +00:00
Makefile Renamming/changing vocabulary and signatures 2021-09-02 16:54:42 +02:00
README.md First unit tests for scheduler 2021-06-14 20:22:11 +02:00

README.md

gem-graph-server

Build & execute the program:

make
make run

Build & execute tests

make tests
make run-tests