minimum_equivalent_expression (398B)
1 # Minimum equivalent expression 2 3 Given a [Boolean_formula] φ (over the [de_Morgan_basis]) and an integer s, decide if there is a [Boolean_formula] (over the same basis) with size at most s which represents the same [Boolean_function] 4 5 [Sigma_P_2_complete] by [buchfuhrer2011complexity] 6 7 Up: [minimum_equivalent_problem], [Boolean_formula] 8 9 See also: [Minimum_equivalent_DNF], [MCSP] 10 11 Aliases: MEE