Home

MAGNET is a C  library for the analysis of Markovian AGent NETworks models.

Its development started as a standalone, single-threaded program for Linux systems as a student project for the Master Degree in Engineering and Computer Science.
The software project is developed under the supervision of Marco Scarpa and it has been then improved, made it concurrent and developed as a library with a compact and easy to use API, by Giuseppe Molica at the Department of Engineering – University of Messina. It runs on Linux systems.

MAGNET is highly scalable, with the number of threads concurrently executing that can be statically specified or dynamically “generated” depending on the number of agents and CPU cores. particular, it’s possible to have at most one thread per agent. This implies a full control of the users on the multi-threaded analysis.

The first release of MAGNET (ver 0.9.9) has been presented at Valuetools2017.

MAGNET is available from the Download section.

A guide about the API is available on the Documentation page.