Add model assumptions to the docstring
This commit is contained in:
parent
b2d49b3d03
commit
544ce80a3d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue