/** * Simple supply chain model using event scheduling. *

* The second example introduced in this section is again taken from Law & Kelton. In this example we introduce a retailer * who sells a single product and would like to know how many items he should have in inventory for each of the next n * weeks. Both the conceptual model and its specification in DSOL represent a realistic supply chain model. *

*

* Copyright (c) 2002-2022 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See * for project information https://simulation.tudelft.nl. The DSOL * project is distributed under a three-clause BSD-style license, which can be found at * * https://simulation.tudelft.nl/dsol/3.0/license.html. *

* @author Peter Jacobs * @author Alexander Verbraeck */ package nl.tudelft.simulation.dsol.tutorial.section42;