We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Revisiting Maximum Satisfiability and Related Problems in Data Streams

Authors: Hoa T. Vu
Abstract: We revisit the MaxSAT problem in the data stream model. In this problem, the stream consists of $m$ clauses that are disjunctions of literals drawn from $n$ Boolean variables. The objective is to find an assignment to the variables that maximizes the number of satisfied clauses. Chou et al. (FOCS 2020) showed that $\Omega(\sqrt{n})$ space is necessary to yield a $\sqrt{2}/2+\epsilon$ approximation of the optimum value; they also presented an algorithm that yields a $\sqrt{2}/2-\epsilon$ approximation of the optimum value using $O(\log n/\epsilon^2)$ space.
In this paper, we focus not only on approximating the optimum value, but also on obtaining the corresponding Boolean assignment using sublinear $o(mn)$ space. We present randomized single-pass algorithms that w.h.p. yield: 1) A $1-\epsilon$ approximation using $\tilde{O}(n/\epsilon^3)$ space and exponential post-processing time and 2) A $3/4-\epsilon$ approximation using $\tilde{O}(n/\epsilon)$ space and polynomial post-processing time. Our ideas also extend to dynamic streams. On the other hand, we show that the streaming kSAT problem that asks to decide whether one can satisfy all size-$k$ input clauses must use $\Omega(n^k)$ space.
We also consider other related problems in this setting.
Comments: Extended abstract to appear at COCOON 2022. Abstract shortened to meet requirements
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2208.09160 [cs.DS]
  (or arXiv:2208.09160v1 [cs.DS] for this version)

Submission history

From: Hoa Vu [view email]
[v1] Fri, 19 Aug 2022 05:48:49 GMT (20kb)

Link back to: arXiv, form interface, contact.