You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
289 B
10 lines
289 B
// test case for the fix in SVN r11976
|
|
// handling of != operator by parametric / exact engine in state formulas
|
|
//
|
|
// first property had result of 0 before fix, the second (equivalent) property had the correct result
|
|
|
|
// RESULT: 3/8
|
|
P=?[ (s!=t) U s=3 ]
|
|
|
|
// RESULT: 3/8
|
|
P=?[ !(s=t) U s=3 ]
|