R
Rickard Axne
Hi,
Consider the following. Sorry about the length:
F1: Project(Id) was given approval on Date
F2: Project(Id) was denied approval on Date
F3: Project(Id) has approval set by User(Id)
None of these facts are mandatory. Of course, a project can't be both
approved an unapproved. These are the constraints I've identified:
C1) Exclusion: Both F1 and F2 can't be true/present at the same time.
C2) Subset: If F1 then F3
C3) Subset: If F2 then F3
C4) Subset: If F3 then (F1 OR F2)
I have successfully created constraints C1, C2 and C3, but I have
problems creating the last constraint, C4.
Any suggestions?
Rickard
Consider the following. Sorry about the length:
F1: Project(Id) was given approval on Date
F2: Project(Id) was denied approval on Date
F3: Project(Id) has approval set by User(Id)
None of these facts are mandatory. Of course, a project can't be both
approved an unapproved. These are the constraints I've identified:
C1) Exclusion: Both F1 and F2 can't be true/present at the same time.
C2) Subset: If F1 then F3
C3) Subset: If F2 then F3
C4) Subset: If F3 then (F1 OR F2)
I have successfully created constraints C1, C2 and C3, but I have
problems creating the last constraint, C4.
Any suggestions?
Rickard