Include F(y) in F(x), i.e. perform the assignment F(x) := F(x) + F(y).
Initialize F(x), i.e. compute F(x) := F'(x).
See Implementation