Skip to content

Bio4Res/pedestrian-evacuation-simulator-cellular-automaton-trace

Repository files navigation

pedestrian-evacuation-simulator-cellular-automaton-trace

Classes for representing a trace of an evacuation as simulated by a cellular automaton. Supports reading and writing traces in JSON format.

Pepe Gallardo, 2024

Requirements

Requires JDK 17 or higher. See also pom.xml for dependencies.

Usage

If you are using Maven, the following dependency can be added to your project:

    <dependency>
    	<groupId>es.uma.lcc.caesium</groupId>
    	<artifactId>pedestrian-evacuation-simulator-cellular-automaton-trace</artifactId>
  	<version>1.0.0</version>
    </dependency>

About

Classes for representing a trace of an evacuation as simulated by a cellular automaton.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages