English

Computing the Best Case Energy Complexity of Satisfying Assignments in Monotone Circuits

Computational Complexity 2022-10-14 v1 Data Structures and Algorithms

Abstract

Measures of circuit complexity are usually analyzed to ensure the computation of Boolean functions with economy and efficiency. One of these measures is energy complexity, which is related to the number of gates that output true in a circuit for an assignment. The idea behind energy complexity comes from the counting of `firing' neurons in a natural neural network. The initial model is based on threshold circuits, but recent works also have analyzed the energy complexity of traditional Boolean circuits. In this work, we discuss the time complexity needed to compute the best-case energy complexity among satisfying assignments of a monotone Boolean circuit, and we call such a problem as MinECM+^+_M. In the MinECM+^+_M problem, we are given a monotone Boolean circuit CC, a positive integer kk and asked to determine whether there is a satisfying assignment XX for CC such that EC(C,X)kEC(C,X) \leq k, where EC(C,X)EC(C,X) is the number of gates that output true in CC according to the assignment XX. We prove that MinECM+^+_M is NP-complete even when the input monotone circuit is planar. Besides, we show that the problem is W[1]-hard but in XP when parameterized by the size of the solution. In contrast, we show that when the size of the solution and the genus of the input circuit are aggregated parameters, the MinECM+^+_M problem becomes fixed-parameter tractable.

Keywords

Cite

@article{arxiv.2210.06739,
  title  = {Computing the Best Case Energy Complexity of Satisfying Assignments in Monotone Circuits},
  author = {Janio Carlos Nascimento Silva and Uéverton S. Souza},
  journal= {arXiv preprint arXiv:2210.06739},
  year   = {2022}
}