Replies: 1 comment
-
Exposing this function would not help as it does not provide the mapping. The mapping itself can be reconstructed by using the momba/momba/engine/translator.py Lines 859 to 863 in 4c202d4 The clocks are later in the same order as in this list (starting at index 1). I am sorry, that there currently is no more convenient way to access the mapping. What would be required is a function similar to Line 224 in 4c202d4 which accesses the declarations in order to find the correct clock index. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm currently evaluating the exploration engine of momba for timed automata. I got the problem that I cannot determine which index in the DBM/Zone refers to which clock. There is a function in the
clock-zones
crate that iterates through the clocks:momba/engine/crates/clock-zones/src/zones.rs
Lines 215 to 217 in 4c202d4
Could this function be made accessible from python? Or is there another way to determine which clock is mapped to which index?
Beta Was this translation helpful? Give feedback.
All reactions