2.0.2-SNAPSHOT-7222235 • Published 6 years ago

agentsoz-ees v2.0.2-SNAPSHOT-7222235

Weekly downloads
3
License
LGPL3
Repository
github
Last release
6 years ago

Emergency Evacuation Simulator

Dependencies

This program depends on the following projects:

How to build

To build, first clone the dependency repositories alongside this repository, then do:

make

This will produce the executable JAR in target/ees-x.y.z-SNAPSHOT.jar.

How to run

To run an example scenario do:

make run

A scenario is a simulation configuration, specified in a XML file. To run a different scenario, you specify a different configuration file at startup. The projects includes several scenarios:

  • Mount Alexander Shire VIC: scenarios/mount-alexander-shire/*.
  • Surf Coast Shire VIC: scenarios/surf-coast-shire/*.

Known Issues

License

Emergency Evacuation Simulator Copyright (C) 2014-2018 by its authors. See 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 AUTHORS file.