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.
 
 
 
 
 
 

19 lines
354 B

// properties taken from [D'AJJL01]
// property A
P=? [ true U srep=1 & rrep=3 & recv ]
// property B
P=? [ true U srep=3 & !(rrep=3) & recv ]
// property 1
P=? [ true U s=5 & T ]
// property 2
P=? [ true U s=5 & T & srep=2 ]
// property 3
P=? [ true U s=5 & T & srep=1 & i>8 ]
// property 4
P=? [ true U !(srep=0) & T & !recv ]