ADAPT(self) == /\ pc[self] = "ADAPT" /\ TRUE /\ pc' = [pc EXCEPT ![self] = "TRANSFER_MONEY"] /\ UNCHANGED << c1, c2, account, receiver_new_amount, sender_new_amount, sender, receiver, money >>
Error: Successor state is not completely specified by action ADAPT of the next-state relation. The following variables are not assigned: account, c1, c2, money, pc, receiver, receiver_new_amount, sender, sender_new_amount.