Six employees A, B, C, D, E, F are to be assigned to three projects (P1, P2, P3), each with exactly two employees, under the following constraints:
A and D cannot be together;
B must be with C or F;
E must be in a project different from C;
F cannot be in P1.
How many valid assignments are possible?