1
0
Fork 0

Add model assumptions to the docstring

This commit is contained in:
Alexander Hess 2017-03-31 13:15:15 +02:00
parent b2d49b3d03
commit 544ce80a3d

View file

@ -28,6 +28,9 @@ except ImportError:
class InventoryDP: class InventoryDP:
"""A dynamic programming solution to an inventory decision problem. """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 Parameters
---------- ----------
time_horizon : integer time_horizon : integer