Created attachment 338 [details] hybrid model breaking symbolic analysis Currently uppaal just goes on to perform symbolic reachability algorithm which almost surely will be incorrect. The attached example uses "x'==-2" and thus is able to progress beyond the guard "x<-1", but deadlock check concludes that there is a deadlock.