pmifumax-0.9 ============ pmifumax is a solver for unweighted (partial) MaxSAT. It implements the Fu and Malik algorithm [FM06] using minisat 2.2 [ES03] as the underlying solver. Invoke by ./pmifumaxs INSTANCE, or ./pmifumax - to read from standard input. More information can be found at http://sat.inesc-id.pt/~mikolas/sw/mifumax/ COPYRIGHT NOTICE ================ (C) 2013 Mikolas Janota MiFuMaX is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. MiFuMaX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with MiFuMaX. If not, see GNU Licence. References ========== [ES03] An extensible SAT-solver Niklas Eén and Niklas Sörensson. SAT 2003 [FM06] On solving the partial MAX-SAT problem. Zhaohui Fu and Sharad Malik. SAT 2006