Skip to content

Commit

Permalink
Merge pull request #448 from mmarzolla/patch-1
Browse files Browse the repository at this point in the history
Update queueing.yaml
  • Loading branch information
pr0m1th3as authored May 14, 2024
2 parents 0f26982 + aee1a88 commit 9fa24ab
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions packages/queueing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,41 @@
layout: "package"
permalink: "queueing/"
description: >-
Functions for queueing networks, discrete- and continuous-time Markov chains
analysis. Compute steady-state performance measures for open, closed and
mixed networks with single or multiple job classes, mean Value Analysis
(MVA), convolution, and various bounding techniques. Furthermore, several
transient and steady-state performance measures for Markov chains can be
computed, such as state occupancy probabilities, mean time to absorption,
time-averaged sojourn times and so forth.
icon: "https://octave.sourceforge.io/pkg_icon/queueing.png"
The queueing package provides functions for queueing
networks and Markov chains analysis. This package can be used to
compute steady-state performance measures for open, closed and mixed
networks with single or multiple job classes. Mean Value Analysis
(MVA), convolution, and various bounding techniques are
implemented. Furthermore, several transient and steady-state
performance measures for Markov chains can be computed, such as state
occupancy probabilities, mean time to absorption, time-averaged
sojourn times and so forth. Discrete- and continuous-time Markov
chains are supported.
icon: "https://raw.githubusercontent.com/mmarzolla/queueing/master/doc/icon.png"
links:
- icon: "far fa-copyright"
label: "GPL-3.0-or-later"
url: "https://sourceforge.net/p/octave/queueing/ci/default/tree/COPYING"
url: "https://github.com/mmarzolla/queueing/blob/master/COPYING"
- icon: "fas fa-rss"
label: "news"
url: "https://sourceforge.net/p/octave/queueing/ci/default/tree/NEWS"
url: "https://github.com/mmarzolla/queueing/releases/"
- icon: "fas fa-code-branch"
label: "repository"
url: "https://sourceforge.net/p/octave/queueing/ci/default/tree/"
- icon: "fas fa-th-list"
label: "function reference"
url: "https://octave.sourceforge.io/queueing/overview.html"
url: "https://github.com/mmarzolla/queueing/"
- icon: "fas fa-book"
label: "package documentation"
url: "https://github.com/mmarzolla/queueing/blob/master/README.md"
- icon: "fas fa-bug"
label: "report a problem"
url: "https://octave.space/savannah/?Action=get&Format=HTMLCSS&Title=[octave%20forge]%20(queueing)"
url: "https://github.com/mmarzolla/queueing/issues"
maintainers:
- name: "Moreno Marzolla"
contact: "[email protected]"
versions:
- id: "1.2.7"
date: "2020-03-21"
sha256:
url: "https://downloads.sourceforge.net/project/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases/queueing-1.2.7.tar.gz"
- id: "1.2.8"
date: "2024-05-13"
sha256: "90919445362283e6889a78d7bbc95dcaa140243a95f9fa54cd1fa1e8e76fc333"
url: "https://github.com/mmarzolla/queueing/releases/download/1.2.8/queueing-1.2.8.tar.gz"
depends:
- "octave (>= 4.0.0)"
- "pkg"
Expand Down

0 comments on commit 9fa24ab

Please sign in to comment.