I'm having quite a lot of troubles with Event-B..
I'd like to make a relation from a group of client to a client number each
I have a relation of that type :
cli(PERSON) = NAT1
(Person is a finite set)
and in an event I have a subset of person
where group <: PERSON
and I'd like to affect to the cli relation what I'd write intuitively :
! x . x : group | cli(x) = numcli
Am I modelling it the right way? Is there any method to get the affectation I'd like to get?