Obviously, it is possible to combine these algorithms and write an algorithm that searches at the same time forwards from the initial condition, and backwards from the complement of the invariant, stopping as soon as the searches terminate, or meet at a common state. Write such an algorithm, paying attention to stopping as soon as you can determine that no path from the initial condition to the complement of the invariant exists. Notice that your algorithm can use the Pre and Post operators presented in class.