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