Package jline.api.mam
Class Mmap_isfeasible
java.lang.Object
jline.api.mam.Mmap_isfeasible
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmmap_isfeasible(MatrixCell MMAP) Checks the feasibility of a Markovian Arrival Process with marked arrivals (MMAP).
-
Method Details
-
mmap_isfeasible
Checks the feasibility of a Markovian Arrival Process with marked arrivals (MMAP). This method verifies whether the given MMAP is feasible, which includes checking: 1. The underlying MAP (formed by matrices D0 and D1) is feasible. 2. The elements of each additional event matrix (D1c) are non-negative. 3. The sum of the matrices representing different event types (D1c) does not exceed the visible transition matrix (D1) in absolute value.- Parameters:
MMAP- the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ..., Dc representing different types of events- Returns:
- true if the MMAP is feasible, false otherwise
-