Function evaluate_gate

Source
pub fn evaluate_gate(gate: &Gate, assignments: &HashMap<String, bool>) -> bool
Expand description

Returns the value computed in gate given assignments to all required variables.