Nancy Day
2009-03-13 18:57:56 UTC
In the class registration system (Wed's lecture), there
was an invariant to ensure the people could be on the
waiting list only if the class is full. It should be
written as:
(#enrolled < ClassLimit) <=> (waiting = <>)
cheers, nancy
CS245 Winter 2009 Instructor
was an invariant to ensure the people could be on the
waiting list only if the class is full. It should be
written as:
(#enrolled < ClassLimit) <=> (waiting = <>)
cheers, nancy
CS245 Winter 2009 Instructor