RinSim Core

RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP).

License

License

GroupId

GroupId

com.github.rinde
ArtifactId

ArtifactId

rinsim-core
Last Version

Last Version

4.4.6
Release Date

Release Date

Type

Type

jar
Description

Description

RinSim Core
RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP).

Download rinsim-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rinde/rinsim-core/ -->
<dependency>
    <groupId>com.github.rinde</groupId>
    <artifactId>rinsim-core</artifactId>
    <version>4.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-core/
implementation 'com.github.rinde:rinsim-core:4.4.6'
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-core/
implementation ("com.github.rinde:rinsim-core:4.4.6")
'com.github.rinde:rinsim-core:jar:4.4.6'
<dependency org="com.github.rinde" name="rinsim-core" rev="4.4.6">
  <artifact name="rinsim-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinde', module='rinsim-core', version='4.4.6')
)
libraryDependencies += "com.github.rinde" % "rinsim-core" % "4.4.6"
[com.github.rinde/rinsim-core "4.4.6"]

Dependencies

compile (15)

Group / Artifact Type Version
net.openhft : affinity jar 3.0.1
com.google.guava : guava jar 24.1-android
org.slf4j : slf4j-api jar 1.7.21
org.apache.commons : commons-lang3 jar 3.4
org.apache.commons : commons-math3 jar 3.6.1
commons-io : commons-io jar 2.5
joda-time : joda-time jar [2.5,3.0)
com.google.code.gson : gson jar 2.8.0
com.google.code.findbugs : jsr305 jar [3.0.0,4.0.0)
org.jscience : jscience jar 4.3.1
com.github.rinde : rinsim-event jar 4.4.6
com.github.rinde : rinsim-fsm jar 4.4.6
com.github.rinde : rinsim-cli jar 4.4.6
com.github.rinde : rinsim-geom jar 4.4.6
com.google.guava : guava-testlib jar 24.1-android

provided (2)

Group / Artifact Type Version
com.google.auto.value : auto-value jar 1.3
ch.qos.logback : logback-classic jar 1.1.8

test (4)

Group / Artifact Type Version
com.google.truth : truth jar 0.40
org.mockito : mockito-core jar 2.3.0
com.github.rinde : rinsim-event test-jar 4.4.6
com.github.rinde : rinsim-geom test-jar 4.4.6

Project Modules

There are no modules declared in this project.

RinSim 4.4.6

Detailed documentation is available at the documentation website.

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 Build Status Maven Central DOI Stackoverflow

Installation

RinSim uses Maven 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.

<dependency>
	<groupId>com.github.rinde</groupId>
	<artifactId>rinsim-core</artifactId>
	<version>4.x.y</version>
</dependency>

Detailed instructions for installation can be found here.

Versions

Version
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0