.. panco documentation master file, created by sphinx-quickstart on Thu Mar 27 10:49:50 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. panco documentation =================== Panco (Performance Analysis with Network Calculus and Optimization) regroups a set of modules for the implementation of deterministic network calculus results to compute worst-case performance in networks. It focuses on the implementation of methods using linear programming (LP) techniques (hence the *optimization* term, but also some more classical results (revisited with LP). Installation can be done using the command .. code-block:: console $ pip install . in the directory either globally or in a virtual environment - descriptor describes a network, by describing a set of flows and of servers - fifo is the implementation of the fifo multiplexing analysis - edf focuses on the *Earliest-Deadline-First* scheduling policy - staticpriorities on the priorities - tsn on the implementation of some TSN mechanisms, mainly the AVB/CBS scheduling (with taking into account the gate openings for the ime-triggered flows. You also need to have `lp_solve`_ installed .. _lp_solve: https://sourceforge.net/projects/lpsolve/ .. toctree:: :maxdepth: 2 :caption: Contents: descriptor blind fifo tsn edf staticpriorities