LINE Solver MATLAB API Documentation

Welcome to the LINE Solver MATLAB documentation. LINE is an open source package for analyzing queueing models via analytical methods and simulation.

The API reference below is generated statically from matlab/src with sphinxcontrib-matlabdomain – it stays in sync with the sources automatically, on every build.

API Documentation

  • lang – Networks, nodes, classes, distributions, solvers

  • api.cache – Cache performance analysis

  • api.lossn – Analysis of networks with blocking

  • api.lsn – Layered queueing network analysis

  • api.mc – CTMC and DTMC analysis tools

  • api.mam – QBD processes and matrix-analytic solutions

  • api.npfqn – Approximations for intractable queueing networks

  • api.polling – Analysis of gated, exhaustive, and k-limited polling

  • api.pfqn – MVA, convolution, and normalizing constant methods

  • api.qsys – Single-station queueing system analysis

  • api.sn – Network analysis and transformation utilities

  • lang.constant – Helper functions, constants, and enumerations

Module Locations

Category

MATLAB Path

Description

Cache API

matlab/src/api/cache/

Cache analysis algorithms

Constants

matlab/src/lang/constant/

Enumerations and global constants

Core

matlab/src/lang/

Network, Node, and JobClass definitions

Distributions

matlab/src/lang/processes/

Exp, Erlang, PH, MAP, etc.

Layered Networks

matlab/src/lang/layered/

LayeredNetwork, Task, Activity

LossN API

matlab/src/api/lossn/

Loss network algorithms

LSN API

matlab/src/api/lsn/

Layered stochastic network utilities

MAM API

matlab/src/api/mam/

Matrix-analytic methods

MC API

matlab/src/api/mc/

Markov chain analysis

Nodes

matlab/src/lang/nodes/

Queue, Source, Sink, etc.

NPFQN API

matlab/src/api/npfqn/

Non-product-form network approximations

PFQN API

matlab/src/api/pfqn/

Product-form queueing network algorithms

Polling API

matlab/src/api/polling/

Polling system algorithms

Qsys API

matlab/src/api/qsys/

Single queueing system formulas

SN API

matlab/src/api/sn/

Stochastic network utilities

Solvers

matlab/src/solvers/

MVA, CTMC, Fluid, MAM, etc.

License

BSD-3 License

Copyright (c) 2012-2026, QORE Lab, Imperial College London. All rights reserved.

Guides

API Reference

Indices