No description
Find a file
2022-12-14 08:41:32 +01:00
.idea cleanup 2022-11-18 14:43:04 +01:00
_build Updated readme 2022-12-14 08:41:32 +01:00
graphs First Commit 2022-11-18 14:25:41 +01:00
src finished testing and corrected typos 2022-12-14 08:28:08 +01:00
.gitignore added visualisation 2022-11-24 10:19:37 +01:00
.merlin cleanup v2 2022-11-18 14:52:49 +01:00
_tags First Commit 2022-11-18 14:25:41 +01:00
appMedium.native added inputs support. The application can read its input. Missing the output part. 2022-12-09 21:12:37 +01:00
Makefile added application support, removed deprecated "or" in tools, one bug still to fix (types not matching) 2022-11-30 21:35:10 +01:00
outfile added display support for ints + main tested. Ford Fulkerson Finished 2022-11-30 12:48:53 +01:00
outFileApp finished testing and corrected typos 2022-12-14 08:28:08 +01:00
outFileApp.svg finished testing and corrected typos 2022-12-14 08:28:08 +01:00
README.md Updated readme 2022-12-14 08:41:32 +01:00
test.svg added display support for ints + main tested. Ford Fulkerson Finished 2022-11-30 12:48:53 +01:00

Projet réalisé par Raphaël LACROIX et Aurélia LEJEUNE

How to run


  • make test enables you to test the first step of the project
    • ⚠️ But it is needed to roll back in the git history before the changes for the "Medium" part were made like this one

  • make testApp builds the application ("Medium") and runs it. The instructions on how to use the application are thereafter displayed on the screen.

NB

  • The application seeks to match students/children to activities/courses as a bipartite matching process.
  • The user is asked to provide :
    • The names and capacities of activities/courses
    • The names and choices of children/students
  • The user is NOT ASKED (at least at this point in the project)
    • the order of interest among the choices for a children/students
    • the answer to the question of life, the universe and everything