1 #ifndef VEHICLE_TYPE_HPP
2 #define VEHICLE_TYPE_HPP
4 #include "../utils/SparseMatrix.hpp"
VehicleType class.
Definition: VehicleType.hpp:13
SparseMatrix< double > const & getTransMatrix() const
Get the transition matrix.
Definition: VehicleType.cpp:36
void setTransMatrix(SparseMatrix< double > &)
set the transition matrix
Definition: VehicleType.cpp:30
VehicleType(int, int)
Create a new VehicleType object.
Definition: VehicleType.cpp:8
uint16_t getSource() const noexcept
Get the source node index.
Definition: VehicleType.cpp:24
uint16_t getDestination() const noexcept
Get the destination node index.
Definition: VehicleType.cpp:27