summaryrefslogtreecommitdiff
path: root/algo1w4d2/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'algo1w4d2/consts.h')
-rw-r--r--algo1w4d2/consts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/algo1w4d2/consts.h b/algo1w4d2/consts.h
new file mode 100644
index 0000000..656d9ad
--- /dev/null
+++ b/algo1w4d2/consts.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#define CHECKOUT_COUNT 3
+#define MAX_NEW_CUSTOMERS_PER_TIMESTEP 21
+#define MAX_TRANSACTION_PER_CHECKOUT 3
+#define MAX_TIME_STEPS 20
+