pub fn is_circuit_satisfying( circuit: &Circuit, assignments: &HashMap<String, bool>, ) -> bool
Check if a circuit assignment is satisfying.