From 21aca3d8290df804afddf1a534b8f8a07960f173 Mon Sep 17 00:00:00 2001 From: Erel Segal-Halevi Date: Tue, 19 Mar 2024 18:39:17 +0200 Subject: [PATCH] date --- fairpyx/algorithms/algorithm_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairpyx/algorithms/algorithm_examples.py b/fairpyx/algorithms/algorithm_examples.py index 3f875d2..92c7084 100644 --- a/fairpyx/algorithms/algorithm_examples.py +++ b/fairpyx/algorithms/algorithm_examples.py @@ -2,7 +2,7 @@ This is a dummy algorithm, that serves as an example how to implement an algorithm. Programmer: Erel Segal-Halevi -Since: 2023-06 +Since: 2024-03 """ # The end-users of the algorithm feed the input into an "Instance" variable, which tracks the original input (agents, items and their capacities).