Dynamical system model
Loading...
Searching...
No Matches
Itinerary.hpp File Reference

Defines the Itinerary class. More...

#include "SparseMatrix.hpp"
#include <concepts>
#include <utility>
#include <string>
#include <format>

Classes

class  dsm::Itinerary< Id >
 The Itinerary class represents an itinerary in the network. More...
 

Detailed Description

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.