# Diversified Top-k Partial MaxSAT Solving

**Authors:** Junping Zhou, Huanyao Sun, Feifei Ma, Jian Gao, Ke Xu, and Minghao Yin

arXiv: 1706.00123 · 2017-06-02

## TL;DR

This paper introduces a new diversified top-k partial MaxSAT problem, proves its NP-hardness, and proposes an encoding-based approach along with an exact algorithm, demonstrating its effectiveness through experiments.

## Contribution

It defines the diversified top-k partial MaxSAT problem, proves its NP-hardness, and presents an encoding method and an exact algorithm for solving it.

## Key findings

- The approach effectively solves the diversified top-k partial MaxSAT problem.
- The encoding reduces the problem to partial MaxSAT solvable by existing solvers.
- Experimental results validate the approach's applicability and efficiency.

## Abstract

We introduce a diversified top-k partial MaxSAT problem, a combination of partial MaxSAT problem and enumeration problem. Given a partial MaxSAT formula F and a positive integer k, the diversified top-k partial MaxSAT is to find k maximal solutions for F such that the k maximal solutions satisfy the maximum number of soft clauses of F. This problem can be widely used in many applications including community detection, sensor place, motif discovery, and combinatorial testing. We prove the problem is NP-hard and propose an approach for solving the problem. The concrete idea of the approach is to design an encoding EE which reduces diversified top-k partial MaxSAT problem into partial MaxSAT problem, and then solve the resulting problem with state-of-art solvers. In addition, we present an algorithm MEMKC exactly solving the diversified top-k partial MaxSAT. Through several experiments we show that our approach can be successfully applied to the interesting problem.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.00123/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1706.00123/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1706.00123/full.md

---
Source: https://tomesphere.com/paper/1706.00123