Function evaluate

Source
pub fn evaluate(
    circuit: &Circuit,
    assignments: &HashMap<String, bool>,
) -> Vec<bool>
Expand description

Returns the values computed in the circuit’s output gates given assignments to all required variables.