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

Implementierung der Testfälle #29

Closed gobo7793 closed 6 years ago

gobo7793 commented 6 years ago

Implementieren der im Evaluationsplan definierten Testfälle

gobo7793 commented 6 years ago

Testfälle bereits in Form folgender Variablen für Testeinstellung enthalten:

int _BenchmarkSeed = Environment.TickCount;
double _FaultActivationProbability = 0.4;
double _FaultRepairProbability = 0.5;
int _HostsCount = 1;
int _NodeBaseCount = 4;
int _ClientCount = 1;