Added some more testcases involving deduction from (sequential) replicator bounds
This commit is contained in:
parent
b9b025a429
commit
cb6fb40440
|
@ -28,5 +28,14 @@ PROC m()
|
||||||
PAR
|
PAR
|
||||||
a[i] := 0
|
a[i] := 0
|
||||||
a[j + 1] := 0
|
a[j + 1] := 0
|
||||||
|
%PASS Distinct variables due to bounds
|
||||||
|
SEQ k = 0 FOR 4
|
||||||
|
PAR
|
||||||
|
a[4] := 0
|
||||||
|
a[k] := 0
|
||||||
|
%FAIL Non-distinct variables due to bounds
|
||||||
|
SEQ k = 0 FOR 4
|
||||||
|
PAR
|
||||||
|
a[3] := 0
|
||||||
|
a[k] := 0
|
||||||
%
|
%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user