muMLE/examples/cbd/models/m_fibonacci_initial.od

9 lines
143 B
Text

# Initial state for both delay blocks:
d0s:State {
state = 0;
}
d1s:State {
state = 1;
}
:delay2State (d0 -> d0s)
:delay2State (d1 -> d1s)