model.h Source File
|
CPP API
|
d_abm/model.h
Go to the documentation of this file.
Wrap an implementation of a diffusive ABM so it can be run by the d_abm::Simulation.
Definition: d_abm/model.h:37
typename Implementation::Agent Agent
An agent is expected to contain at least a status and a position.
Definition: d_abm/model.h:76
constexpr void check_constraints() const
Empty function for compatability with MEmilio.
Definition: d_abm/model.h:79
typename Implementation::Status Status
The status of an agent.
Definition: d_abm/model.h:74
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
Generated by