In this assignment you will implement variable elimination for Bayes Nets. What is supplied: Python code that implements Variable, Factor, and BN objects. The file bnetbase.py contains the class ...