heron-solver / heron

🏺 Simulation Solver for Timed Causality Models in TESL
MIT License
5 stars 1 forks source link

Slowdown due to unecessary full Γ-context resolution #67

Open hai-nguyen-van opened 5 years ago

hai-nguyen-van commented 4 years ago

Improved with commit #e207d086113097991985b7e6985f716d8e97b7bd. It is necessary to modify the structure of Γ-context and split into 2 parts: fixed-resolution and non-fixed-resolution. In theory, it should be possible to provide constant-time resolution on Γ-contexts.