Last updated on 16th July 2024
The Supply Chain Toolkit adds a layer on top of the SDK which allows you to quickly model a supply chain network for simulating the network structure and the flow of items across that network. The toolkit provides the necessary components for ingesting real data and generating a representative network of a supply chain. The toolkit includes a base model class, a base facility class, and a base transport message with usage examples.
To use the Simudyne SDK Supply Chain toolkit with an existing project, you need to include the following dependency in your pom.xml file.
pom.xml
<dependencies>
    <dependency>
        <groupId>simudyne</groupId>
        <artifactId>simudyne-core-abm-supplykit_2.12</artifactId>
        <version>${simudyne.version}</version>
    </dependency>
</dependencies>