Suppose you have two tasks A and B both of 1 day duration (they start the same day). I set start-to-start dependency on them, which means that task B can't start until task A starts.
Then I set the lag to -1. Now task B starts before task A.
Can someone please explain it to me? I am a little bit confused.