From 544ce80a3dd1b28090bbf1ee1c1ce5f1409ab05d Mon Sep 17 00:00:00 2001 From: webartifex Date: Fri, 31 Mar 2017 13:15:15 +0200 Subject: [PATCH] Add model assumptions to the docstring --- inventory.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory.py b/inventory.py index 53f63ab..f10679f 100644 --- a/inventory.py +++ b/inventory.py @@ -28,6 +28,9 @@ except ImportError: class InventoryDP: """A dynamic programming solution to an inventory decision problem. + This program assumes that the decision maker first places an order + and then gets to know the realized demand. + Parameters ---------- time_horizon : integer