Closed MaxGaukler closed 5 years ago
@ttj and @LuanVietNguyen , any idea for this? It looks to me like the model is indeed wrong (some modes define more flows than other modes).
The mutate
mode has: <flow>tmut' == 1</flow>
whereas the MPon
mode has: <flow>OD' == ODderiv && tmut' == 1&& t1' ==1</flow>
My suggestion would be to delete this model from the examples.
Here's the commit where it was added (seems related to the stateflow converter): https://github.com/verivital/hyst/pull/13/commits/ef8f4d3ab62bbdc51ae1acf2d8cbd910b15272b6
fixed by 7166d4539dacfca31798fe7ce636b6d6dc4e2603 (which removed the problematic model)