Skip to main content

DSF C++ core with Python bindings via pybind11

Project description

DynamicalSystemFramework

Latest Release PyPI version DOI

Standard TBB SPDLOG CSV JSON SQLite codecov

The aim of this project is to rework the original Traffic Flow Dynamics Model. This rework consists of a full code rewriting, in order to implement more features (like intersections) and get advantage from the latest C++ updates.

Table of Contents

Installation

The library is available on PyPI:

pip install dsf-suite

To check the installation you can simply run

import dsf

print(dsf.__version__)

Installation (from source)

Requirements

The project requires C++20 or greater, cmake, tbb simdjson, spdlog, csv-parser and SQLiteCpp. To install requirements on Ubuntu:

sudo apt install cmake libtbb-dev

To install requirements on macOS:

brew install cmake tbb

Installation (C++)

The library can be installed using CMake. To build and install the project in the default folder run:

cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build -j$(nproc)
sudo cmake --install build

Otherwise, it is possible to customize the installation path:

cmake -B build -DCMAKE_INSTALL_PREFIX=/path/to/install

then building and installing it (eventually in sudo mode) with:

cmake --build build
cmake --install build

Installation (Python)

If you want to use the library from Python, you can build the Python bindings using pybind11. Make sure you have tbb installed:

sudo apt install libtbb-dev

Then, the installation is automatic via uv:

uv build

or you can just use the classic pip:

pip install .

After installation, you should be able to import the module in Python:

import dsf

print(dsf.__version__)

If you encounter issues, ensure that the installation path is in your PYTHONPATH environment variable.

Testing

This project uses Doctest for testing.

If the project is compiled in Debug or Coverage mode, tests are always built. Otherwise, you can add the -DDSF_TESTS=ON flag to enable test build.

cmake -B build -DDSF_TESTS=ON
cmake --build build -j$(nproc)

To run the tests use the command:

ctest --test-dir build -j$(nproc) --output-on-failure

Benchmarking

Some functionalities of the library have been benchmarked in order to assess their efficiency.
The benchmarks are performed using Google Benchmarks. To build the benchmarks add the flag -DDSF_BENCHMARKS=ON :

cmake -B build -DDSF_BENCHMARKS=ON
cmake --build build -j$(nproc)

To run all the benchmarks together use the command:

cd benchmark
for f in ./*.out ; do ./$f ; done

Citing

@software{berselli_2026_18745492,
  author       = {Berselli, Gregorio},
  title        = {DynamicalSystemFramework},
  month        = mar,
  year         = 2026,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.18745492},
  url          = {https://doi.org/10.5281/zenodo.18745492},
}

Bibliography

  • Mungai, Veronica (2024) Studio dell'ottimizzazione di una rete semaforica. University of Bologna, Bachelor's Degree in Physics [L-DM270]. Link to Thesis.
  • Berselli, Gregorio (2024) Advanced queuing traffic model for accurate congestion forecasting and management. University of Bologna, Master's Degree in Physics [LM-DM270]. Link to Thesis.
  • Berselli, Gregorio (2022) Modelli di traffico per la formazione della congestione su una rete stradale. University of Bologna, Bachelor's Degree in Physics [L-DM270]. Link to Thesis.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dsf_suite-6.1.2.tar.gz (167.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dsf_suite-6.1.2-cp314-cp314-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.14Windows x86-64

dsf_suite-6.1.2-cp314-cp314-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

dsf_suite-6.1.2-cp314-cp314-macosx_15_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

dsf_suite-6.1.2-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

dsf_suite-6.1.2-cp313-cp313-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

dsf_suite-6.1.2-cp313-cp313-macosx_15_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

dsf_suite-6.1.2-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

dsf_suite-6.1.2-cp312-cp312-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

dsf_suite-6.1.2-cp312-cp312-macosx_15_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

File details

Details for the file dsf_suite-6.1.2.tar.gz.

File metadata

  • Download URL: dsf_suite-6.1.2.tar.gz
  • Upload date:
  • Size: 167.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for dsf_suite-6.1.2.tar.gz
Algorithm Hash digest
SHA256 ef95fc9d55a018d59bb46e3d34f924a816e95e308d2c31beef247cf3dbd0eff3
MD5 9177de838d3bcd2c0a9567892087651c
BLAKE2b-256 2a09ea452026f24a3ba78073f6b927b86162e39f48c740ae158adc137cff2bd4

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dsf_suite-6.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for dsf_suite-6.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9fe53807b037f21f8e1fe15b22a6fc18c0a29937b336c6a9563c34018d68f445
MD5 21cbfc638d75169995aa9facb5b16086
BLAKE2b-256 777fc503af35632dc130f5c576fde0129f9e4dc8df9399293ea265d77b9c49f1

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dsf_suite-6.1.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c166e28f9089e97f8a377ff1a69fd8f00c6bf4438816235c66e6b581ef816aa7
MD5 4c0b1a38693c491752deebfa23236176
BLAKE2b-256 8e50d48d2e09fdafb4e5681ce8c50696e908f6b1037c89ecc91c0f082893c200

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for dsf_suite-6.1.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3df452a314e836768489bb15ba9b46426321e3ba749d224e6953c6bd8aa3d7e3
MD5 6a17fccba34bec96f3b0ebc65d72e59a
BLAKE2b-256 d5eafa59c4597dfdd620262af26d7b7dd37ec55bd5d0a77ac6a292e68125e5bc

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dsf_suite-6.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for dsf_suite-6.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c30edb49c595a37b7b878e7e04d849ad48c72dfea4dad83f1236e5ee249b7578
MD5 97028400556114a47cfff13c61f935e2
BLAKE2b-256 2398587ea577c4824a46cb3bcf32b4bd1175d0ba833d7e7d79a759309bc803d8

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dsf_suite-6.1.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18181d7b0489d30a9d2cd11ce1fe4a131f233c8788e805b085020688884afc3b
MD5 3c97d62964e3ea3a4cf7a884fe7567e3
BLAKE2b-256 b5c5429b8085602dacd6c1bf13d89156c38dc313dbfdb1c0ee485c597d576cee

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for dsf_suite-6.1.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6be54c4fed52b204a7643de6efdac51e6f3a9acb7c94a4524a73ca14847b2036
MD5 b668dd236d9f7f6a122bf35760e21037
BLAKE2b-256 164982e08c52acf0e7b250547c8b06dccc2ca4799c158264a6430cdaf0468acb

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dsf_suite-6.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for dsf_suite-6.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 99a96b876cab7d8c0610aa0512339453109f47154a3ca6e8ad0655264ce7b798
MD5 8ba03e33b158eff3151d685bdd2f8ca6
BLAKE2b-256 2528411e473ab620f78689a69e0503285b5a9c7f353bb7759bb931bf129675b2

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dsf_suite-6.1.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1018508dc72944f40e0fb7101caafc663911af501955e3376021f7c589cf005
MD5 2bd63bdb8287da98cac7f6a76f9660ee
BLAKE2b-256 415c14cb76c9e443aa02dd2f09ca5a5c3d23cc20668c88c0ea74e9cad8f373c8

See more details on using hashes here.

File details

Details for the file dsf_suite-6.1.2-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for dsf_suite-6.1.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f52fcef1ffc9900f3c2d14236559a29cd3cede30e3b98f4b41b5b8dc5ddb1301
MD5 64d33e6e9797d8dfb82174cbf9493d37
BLAKE2b-256 1bfc2984fcef4fc015c27e461d21c39c8303da209be893a362ce2d9205016131

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page