From 6ddbe9c1a99d6c34ed03a55d932bc621a0170bbd Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Mon, 15 May 2023 05:34:30 +0200 Subject: [PATCH] Add note about dataset size --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bf88f94..7b1f30a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ make gale_shapley.mpc ./run.sh ``` +If you want to change the size of the dataset, you need to change the +`MATCHING_SIZE` constant in `gale_shapley.mpc` as well. + ## License This project is licensed under the BSD 3-Clause license.