pub fn evaluate( circuit: &Circuit, assignments: &HashMap<String, bool>, ) -> Vec<bool>
Returns the values computed in the circuit’s output gates given assignments to all required variables.