Backward Reachability Homework


The assignment

In this homework, you have to implement the function computeBackReach. Try to write it in an efficient way. The best hint I can give is to study the implementation of computeReach, and write something similar to it. If mode=1, which indicates "verbose" operation, your implementation should print, at each iteration, the number of the iteration, and the size of the BDD representing the states that can reach the violation of the invariant. Look at computeReach for how to do this.

Setup details:

To set up for the homework, do the following on a Linux machine.
Luca de Alfaro
luca@soe.ucsc.edu