Week 6

I finished the program that finds the mandatory conditions and merges them. I have yet to thoroughly test them. For the most part, these programs were easy to write, the biggest obstacle being whether or not to use hashtables to filter out duplicate patterns. An unfortunate occurance in my program causes the detailed list of merged patterns to only lists one fault per mandatory condition, instead of all the faults detected by that mandatory condition.


Back