pub fn evaluate(node: &Node, assignments: &HashMap<String, bool>) -> bool
Returns the value computed in node given assignments to all required variables.
node