Go backward to The Superposition Theorem
Go up to Top
Go forward to Properties

Examples

Augmentation

Program Detection0
   initially count, claim = 0, false
   transform each s to
      s || count, claim := count+1, count >= 10
end {Detection0}

Restricted Union

Program Detection1
   initially count, claim = 0, false
   transform each s to
      s || count := count+1 >= 10
   add claim := count > 10
end {Detection0}


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: unity3.tex,v 1.1 1996/04/19 12:29:22 schreine Exp schreine

Prev Up Next