Dynamical system model
|
Defines the Itinerary class. More...
#include "SparseMatrix.hpp"
#include "../utility/Typedef.hpp"
#include <concepts>
#include <utility>
#include <string>
#include <format>
Classes | |
class | dsm::Itinerary |
The Itinerary class represents an itinerary in the network. More... | |
Defines the Itinerary class.
This file contains the definition of the Itinerary class. The Itinerary class represents an itinerary in the network. It is templated by the type of the itinerary's id, which must be an unsigned integral type. An itinerary is defined by its id, its destination and the path to reach it.