• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Tools

Sorted by:
Try your query at:
Semantic Scholar Scholar Academic
Google Bing DBLP
Results 1 - 10 of 99,862
Next 10 →

MINIMAXSAT: An Efficient Weighted Max-SAT Solver

by Federico Heras, Javier Larrosa, Albert Oliveras
"... In this paper we introduce MINIMAXSAT, a new Max-SAT solver that is built on top of MIN-ISAT+. It incorporates the best current SAT and Max-SAT techniques. It can handle hard clauses (clauses of mandatory satisfaction as in SAT), soft clauses (clauses whose falsification is penalized by a cost as in ..."
Abstract - Cited by 39 (1 self) - Add to MetaCart
In this paper we introduce MINIMAXSAT, a new Max-SAT solver that is built on top of MIN-ISAT+. It incorporates the best current SAT and Max-SAT techniques. It can handle hard clauses (clauses of mandatory satisfaction as in SAT), soft clauses (clauses whose falsification is penalized by a cost

Improving SAT-based Weighted MaxSAT solvers

by Carlos Ansótegui, Maria Luisa Bonet, Joel Gabàs, Jordi Levy - In Proc. of the 18th Int. Conf. on Principles and Practice of Constraint Programming (CP’07 , 2009
"... Abstract. In the last few years, there has been a significant effort in designing and developing efficient Weighted MaxSAT solvers. We study in detail the WPM1 algorithm identifying some weaknesses and proposing solutions to mitigate them. Basically, WPM1 is based on iteratively calling a SAT solver ..."
Abstract - Cited by 8 (3 self) - Add to MetaCart
Abstract. In the last few years, there has been a significant effort in designing and developing efficient Weighted MaxSAT solvers. We study in detail the WPM1 algorithm identifying some weaknesses and proposing solutions to mitigate them. Basically, WPM1 is based on iteratively calling a SAT

Improved exact solver for weighted max-sat

by Teresa Alsinet, Felip Manyà, Jordi Planes - In: Proc. of the 8th SAT conference. (2005 , 2005
"... Abstract. We present two new branch and bound weighted Max-SAT solvers (Lazy and Lazy ⋆ ) which incorporate original data structures and inference rules, and a lower bound of better quality. 1 ..."
Abstract - Cited by 21 (10 self) - Add to MetaCart
Abstract. We present two new branch and bound weighted Max-SAT solvers (Lazy and Lazy ⋆ ) which incorporate original data structures and inference rules, and a lower bound of better quality. 1

MiniMaxSat: a new weighted Max-SAT solver

by Federico Heras, Javier Larrosa, Albert Oliveras - In International Conference on Theory and Applications of Satisfiability Testing , 2007
"... Abstract. In this paper we introduce MINIMAXSAT, a new Max-SAT solver that incorporates the best SAT and Max-SAT techniques. It can handle hard clauses (clauses of mandatory satisfaction as in SAT), soft clauses (clauses whose falsification is penalized by a cost as in Max-SAT) as well as pseudo-boo ..."
Abstract - Cited by 36 (1 self) - Add to MetaCart
Abstract. In this paper we introduce MINIMAXSAT, a new Max-SAT solver that incorporates the best SAT and Max-SAT techniques. It can handle hard clauses (clauses of mandatory satisfaction as in SAT), soft clauses (clauses whose falsification is penalized by a cost as in Max-SAT) as well as pseudo

Improved Exact Solver for the Weighted Max-SAT Problem

by unknown authors
"... Many exact Max-SAT solvers use a branch and bound algorithm, where the lower bound is calculated with a combination of Max-SAT resolution and detection of disjoint incon-sistent subformulas. We propose a propagation algorithm which improves the detection of disjoint inconsistent subformulas compared ..."
Abstract - Add to MetaCart
Many exact Max-SAT solvers use a branch and bound algorithm, where the lower bound is calculated with a combination of Max-SAT resolution and detection of disjoint incon-sistent subformulas. We propose a propagation algorithm which improves the detection of disjoint inconsistent subformulas

Solving Max-SAT as weighted CSP

by Simon De Givry, Javier Larrosa, Pedro Meseguer, Thomas Schiex , 2003
"... For the last ten years, a significant amount of work in the constraint community has been devoted to the improvement of complete methods for solving soft constraints networks. We wanted to see how recent progress in the weighted CSP (WCSP) field could compete with other approaches in related fie ..."
Abstract - Cited by 47 (12 self) - Add to MetaCart
For the last ten years, a significant amount of work in the constraint community has been devoted to the improvement of complete methods for solving soft constraints networks. We wanted to see how recent progress in the weighted CSP (WCSP) field could compete with other approaches in related

Resolution for Max-SAT

by María Luisa Bonet , Jordi Levy , Felip Manyà , 2007
"... Max-SAT is the problem of finding an assignment minimizing the number of unsatisfied clauses in a CNF formula. We propose a resolution-like calculus for Max-SAT and prove its soundness and completeness. We also prove the completeness of some refinements of this calculus. From the completeness proof ..."
Abstract - Cited by 5 (2 self) - Add to MetaCart
we derive an exact algorithm for Max-SAT and a time upper bound. We also define a weighted Max-SAT resolution-like rule, and show how to adapt the soundness and completeness proofs of the Max-SAT rule to the weighted Max-SAT rule. Finally, we give several particular Max-SAT problems that require

New inference rules for Max-SAT

by Chu Min Li, Felip Manyà, Jordi Planes - JAIR , 2007
"... Abstract. Exact Max-SAT solvers, compared with SAT solvers, apply little inference at each node of the proof tree. Commonly used SAT inference rules like unit propagation produce a simplified formula that preserves satisfiability but, unfortunately, solving the Max-SAT problem for the simplified for ..."
Abstract - Cited by 42 (9 self) - Add to MetaCart
Abstract. Exact Max-SAT solvers, compared with SAT solvers, apply little inference at each node of the proof tree. Commonly used SAT inference rules like unit propagation produce a simplified formula that preserves satisfiability but, unfortunately, solving the Max-SAT problem for the simplified

A New Algorithm for Weighted Partial MaxSAT

by Carlos Ansótegui, Maria Luisa Bonet, Jordi Levy - PROCEEDINGS OF THE TWENTY-FOURTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE (AAAI-10) , 2010
"... We present and implement a Weighted Partial MaxSAT solver based on successive calls to a SAT solver. We prove the correctness of our algorithm and compare our solver with other Weighted Partial MaxSAT solvers. ..."
Abstract - Cited by 25 (3 self) - Add to MetaCart
We present and implement a Weighted Partial MaxSAT solver based on successive calls to a SAT solver. We prove the correctness of our algorithm and compare our solver with other Weighted Partial MaxSAT solvers.

Open-WBO: a Modular MaxSAT Solver

by Ruben Martins, Vasco Manquinho, et al. - INTERNATIONAL CONFERENCE ON THEORY AND APPLICATIONS OF SATISFIABILITY TESTING. LNCS , 2014
"... This paper presents OPEN-WBO, a new MaxSAT solver. OPEN-WBO has two main features. First, it is an open-source solver that can be easily modi-fied and extended. Most MaxSAT solvers are not available in open-source, mak-ing it hard to extend and improve current MaxSAT algorithms. Second, OPEN-WBO m ..."
Abstract - Cited by 2 (1 self) - Add to MetaCart
This paper presents OPEN-WBO, a new MaxSAT solver. OPEN-WBO has two main features. First, it is an open-source solver that can be easily modi-fied and extended. Most MaxSAT solvers are not available in open-source, mak-ing it hard to extend and improve current MaxSAT algorithms. Second, OPEN
Next 10 →
Results 1 - 10 of 99,862
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University