|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <algorithm>#include <type_traits>#include <string_view>#include <unordered_set>#include <armadillo>#include "logging.hh"#include "types.hh"#include "exceptions.hh"#include "cell.hh"#include "grids.hh"#include "apply.hh"#include "select.hh"

Go to the source code of this file.
Classes | |
| class | Utopia::CellManager< CellTraits, Model > |
| Manages a physical space, its grid discretization, and cells on that grid. More... | |
Namespaces | |
| namespace | Utopia |