A Hypergraph Based Approach for the 4-Constraint Satisfaction Problem Tractability

May 22, 2019 ยท The Ethereal ยท ๐Ÿ› arXiv.org

๐Ÿ”ฎ THE ETHEREAL: The Ethereal
Pure theory โ€” exists on a plane beyond code

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Rachid Oucheikh, Ismail Berrada, Outman El Hichami arXiv ID 1905.09083 Category cs.DM: Discrete Mathematics Cross-listed cs.DS, cs.LO Citations 0 Venue arXiv.org Last Checked 5 months ago
Abstract
Constraint Satisfaction Problem (CSP) is a framework for modeling and solving a variety of real-world problems. Once the problem is expressed as a finite set of constraints, the goal is to find the variables' values satisfying them. Even though the problem is in general NP-complete, there are some approximation and practical techniques to tackle its intractability. One of the most widely used techniques is the Constraint Propagation. It consists in explicitly excluding values or combination of values for some variables whenever they make a given subset of constraints unsatisfied. In this paper, we deal with a CSP subclass which we call 4-CSP and whose constraint network infers relations of the form: $\{ x \sim ฮฑ, x-y \sim ฮฒ, (x-y) - (z-t) \sim ฮป\}$, where $x, y, z$ and $t$ are real variables, $ฮฑ, ฮฒ$ and $ ฮป$ are real constants and $ \sim \in \{\leq , \geq \} $. The paper provides the first graph-based proofs of the 4-CSP tractability and elaborates algorithms for 4-CSP resolution based on the positive linear dependence theory, the hypergraph closure and the constraint propagation technique. Time and space complexities of the resolution algorithms are proved to be polynomial.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Discrete Mathematics