PyUPPAAL icon indicating copy to clipboard operation
PyUPPAAL copied to clipboard

Type Error for python<=3.9

Open Jack0Chan opened this issue 1 year ago • 0 comments

| operation is supported for python>=3.10, and we are fixing it by converting type a | type b into Union(type a, type b). We will fix this bug in version 1.2.1.

In addition, the fault_diagnosability() function is of exponential complex, and we have optimized it for scalability. For a model with $10^8\sim 10^{10}$ states, before optimization: over 20h, after optimization: within 100s.

image

Jack0Chan avatar Mar 15 '24 02:03 Jack0Chan