Skip to content
Snippets Groups Projects
Commit 7a0526a2 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

Add example for Q^X

parent 26c5e0ff
No related branches found
No related tags found
1 merge request!9Rationals
# This is Figure 3 from "Simple O(m log n) Time Markov Chain Lumping"
# by Valmari and Franceschinis.
{B1, B2, B345, B6}x(Q^X)
# elements of the same block are numbered from top to bottom
b6_1: (B6 , { b3_2: 1.0 })
b6_2: (B6 , { b4: 1.0 })
b3_1: (B345, { b1: 1.0 })
b3_2: (B345, { b1: 1.0 })
b4: (B345, { b2: 0.5, b5: 0.5 })
b5: (B345, { b5: 1.0 })
b1: (B1 , { b1: 1.0 })
b2: (B2 , { b2: 1.0 })
Block 0: b3_2, b3_1
Block 1: b1
Block 2: b2
Block 3: b6_1
Block 4: b5
Block 5: b4
Block 6: b6_2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment