ultimate icon indicating copy to clipboard operation
ultimate copied to clipboard

Wrong specification in rtinconsistency_test36

Open hauff opened this issue 4 years ago • 1 comments

Result

  • Expected: rt-inconsistent:; vacuous:; inconsistent:;
  • Actual: rt-inconsistent:; vacuous:req1; inconsistent:;

Test (.req file)

CONST time_at_least is 30.0

req1: Globally It is always the case that If "var3" holds for at least "time_at_least" time units, then "var4" holds afterwards for at least "time_at_least" time units
req2: Globally It is always the case that If "var3" holds, then "!var4" holds for at least "time_at_least" time units

Comments

vacuous: req1 is BndResponsePatternTT Globally maybe related: #499

hauff avatar Sep 03 '20 14:09 hauff

New actual: Actual: rt-inconsistent:req1+req2; vacuous:req1; inconsistent:;

The vacuous part is still an issue.

danieldietsch avatar Oct 12 '20 17:10 danieldietsch