| Package | Description |
|---|---|
| jmarkov |
Provides the basic elements to model continuous time Markov chains (CTMC).
|
| jmarkov.solvers |
Provides classes for customizing a solver used by JMarkov to solve transient
and steady state probabilities in different models.
|
| Modifier and Type | Method and Description |
|---|---|
GeometricSolver |
GeomProcess.getGeometrixSolver()
The currently defined solver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeomProcess.setGeometrixSolver(GeometricSolver geometrixSolver)
Allows the user to set an alternate solver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MtjLogRedSolver
This class implements the Logarithmic reduction algorithm to
find the steady state probabilities of a QBD process
|