RinSim Problems

RinSim is a multi-agent system simulator written in Java. It supports problems in the fields of transportation and logistics, most notably dynamic pickup-and-delivery problems (PDP).

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

RinSim Problems
RinSim is a multi-agent system simulator written in Java. It supports problems in the fields of transportation and logistics, most notably dynamic pickup-and-delivery problems (PDP).

Скачать rinsim-problem

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.rinde : rinsim-core jar 2.3.3
com.github.rinde : rinsim-ui jar 2.3.3

provided (1)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.13

test (3)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-core jar 1.9.5
com.github.rinde : rinsim-core test-jar 2.3.3
junit : junit jar 4.10

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

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

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.

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

Версия
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0