Emergency Evacuation Simulator

Understanding community evacuation timing

License

License

GroupId

GroupId

io.github.agentsoz
ArtifactId

ArtifactId

ees
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Emergency Evacuation Simulator
Understanding community evacuation timing
Project URL

Project URL

https://github.com/agentsoz/ees
Source Code Management

Source Code Management

https://github.com/agentsoz/ees.git

Download ees

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.matsim » matsim test-jar 0.11.0-2018w44

Project Modules

There are no modules declared in this project.

Emergency Evacuation Simulator

Dependencies

This program depends on the following projects:

Setup

Initialise and update the git submodules as below. This only has to be done once, when you first clone this repository.

git submodule update --init --recursive

How to build

mvn package

This will produce the EES release archive in ees/target/ees-x.y.z-SNAPSHOT.zip.

How to run

To run the example scenario unzip the release archive and follow the instructions provided in the packaged README.md.

Known Issues

License

Emergency Evacuation Simulator Copyright (C) 2014-2020 by its authors. See ees/AUTHORS file.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

For contact information, see ees/AUTHORS file.

io.github.agentsoz

Versions

Version
2.1.0