Skip to content

Commit d740b64

Browse files
authored
Update README.md
1 parent 415d1f7 commit d740b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Purpose
2-
By employing this library, the user will be able to evaluate any transient or steady-state M/M/C/K queueing network that can be defined by an adjacency matrix, and a number of additional parameter. The model *does not* have to exist on product form. A weighted directed adjacency matrix is used by the class `create` to automatically construct the infinitesimal generator for the network at hand. The resulting object is then used as input in the class `evaluate` to retrieve the behavior of the network.
2+
By employing this library, the user will be able to evaluate any transient or steady-state M/M/C/K queueing network that can be defined by an adjacency matrix and a number of additional parameter. The model *does not* have to exist on product form. A weighted directed adjacency matrix is used by the class `create` to automatically construct the infinitesimal generator for the network at hand. The resulting object is then used as input in the class `evaluate` to retrieve the behavior of the network.
33

44
# Basic Overview
55

0 commit comments

Comments
 (0)