Go to file
Jean Sirmai 72a979afe4
Merge branch 'master' of git.a-lec.org:gem-graph/gem-graph-server
2021-10-23 17:13:42 +02:00
bin Rebuild/refactoring of scheduler main func 2021-06-15 00:56:01 +02:00
debian WIP: Changing names (node_id, condition, transition) 2021-10-23 17:13:25 +02:00
include Cleanup 2021-10-14 11:27:48 +02:00
src Cleanup 2021-10-14 11:27:48 +02:00
.gitignore Switch to C 2021-06-09 11:35:47 +02:00
LICENSE Add LICENSE 2021-03-28 15:26:21 +00:00
Makefile Some cleanup 2021-10-14 08:34:19 +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