Published March 2, 2015
| Version v3.1.0
Software
Open
RinSim: v3.1.0
Description
RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP). The simulator is developed at the iMinds-DistriNet group at the dept. of Computer Science, KU Leuven, Belgium.
v3.1.0
- Core module: Simulator class now has a deprecated constructor and a new Builder class to construct instances.
- Core module: New: DynamicGraphRoadModel, which allows adding and removing connections to a graph while it is being used (with some restrictions).
- Core module: New: CollisionGraphRoadModel supports (the avoidance of) collisions between RoadUser objects.
- UI module: New: WarehouseRenderer and AGVRenderer for visualizing the CollisionGraphRoadModel and its objects.
- Examples module: New: WarehouseExample
- Geom module: Connection and ConnectionData are now immutable.
Files
RinSim-v3.1.0.zip
Files
(3.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f4a1a32954eecbfd44eb4716e79a5df2
|
3.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rinde/RinSim/tree/v3.1.0 (URL)