RinSim Test Utils

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

Лицензия

Лицензия

Группа

Группа

com.github.rinde
Идентификатор

Идентификатор

rinsim-test-util
Последняя версия

Последняя версия

4.4.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать rinsim-test-util

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar [3.0.0,4.0.0)
com.google.guava : guava jar 24.1-android

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-junit jar 2.0.0.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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