Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinde/rinsim
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 imec-DistriNet group at the dept. of Computer Science, KU Leuven, Belgium.
https://github.com/rinde/rinsim
agents java logistics logistics-simulator operational-research optimization rinsim simulator
Last synced: 1 day ago
JSON representation
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 imec-DistriNet group at the dept. of Computer Science, KU Leuven, Belgium.
- Host: GitHub
- URL: https://github.com/rinde/rinsim
- Owner: rinde
- License: apache-2.0
- Created: 2012-02-17T08:54:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T22:35:58.000Z (5 months ago)
- Last Synced: 2024-10-16T03:22:14.838Z (29 days ago)
- Topics: agents, java, logistics, logistics-simulator, operational-research, optimization, rinsim, simulator
- Language: Java
- Homepage: http://rinsim.rinde.nl
- Size: 23.2 MB
- Stars: 110
- Watchers: 23
- Forks: 53
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RinSim 4.4.6
Detailed documentation is available at [the documentation website](http://rinsim.rinde.nl).
RinSim is an extensible logistics simulator with support for (de)centralized algorithms for pickup and delivery problems and AGV routing. The simulator focuses on __simplicity__ and __consistency__ making it ideal for performing scientific simulations. Further, software quality is a priority resulting in an ever improving test suite and documentation.
[![Javadocs](https://javadoc.io/badge/com.github.rinde/rinsim-core.svg?color=red)](https://javadoc.io/doc/com.github.rinde/rinsim-core)
[![Build Status](https://travis-ci.org/rinde/RinSim.svg?branch=master)](https://travis-ci.org/rinde/RinSim)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.rinde/rinsim-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.rinde/rinsim-core)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1286654.svg)](https://doi.org/10.5281/zenodo.1286654)
[![Stackoverflow](https://img.shields.io/badge/stackoverflow-rinsim-orange.svg)](http://stackoverflow.com/questions/tagged/rinsim)## Installation
RinSim uses [Maven](http://maven.apache.org/) for managing its dependencies. RinSim can be added to your Maven project by including the following in your pom file, where x and y represents the preferred version number.
```xmlcom.github.rinde
rinsim-core
4.x.y```
Detailed instructions for installation can be found [here](http://rinsim.rinde.nl/installation/).