Formal Methods Introduction
A = {1,2,5,6}, B = {1,3,5,7,9}, C= {x|x Element_of A and x < 4}
What are the following:
x,y,z : Z; (where Z is the set of integers)
a : Author;
b : Book;
on_shelves : P Book;
novelists : P Author;
What is the type of each of the following:
Lecturer = {Ray, Lindsay, Kim, Ken, Wendy}
Subject = {SE, DB, HC, CP}
teaches = { (Ray,SE), (Lindsay,DB), (Kim,HC), (Ken,CP), (Wendy,HC) }
Formal Methods Introduction What are some possible disadvantages of formal methods? Given the sets A = {1,2,5,6}, B = {1,3,5,7,9}, C= {x|x Element_of A and x < 4} What are the fo...