gobo7793 / ssharp

S# is a formal modeling and safety analysis framework for safety-critical systems. It provides a domain specific modeling language and fully automated formal safety analysis tools based on C# and .NET.
http://safetysharp.isse.de/wiki
MIT License
0 stars 0 forks source link

Nodeauslastung für Fehleraktivierung speichern #87

Closed gobo7793 closed 6 years ago

gobo7793 commented 6 years ago

Simulator speichert (warum auch immer) nicht genutzer/freier Memory/CPU zwischen Schritten -> fixen Werte werden für dynamische Fehleraktivierung/Deaktivierung benötigt

gobo7793 commented 6 years ago

Erstmal workaround, dass Fehlerhandling nach der Schrittausführung gemacht wird

gobo7793 commented 6 years ago

Grund: Model.Instance wird überall genutzt. Wird weitergeführt in #91