antom_{ seq1 | seq2 } are two algorithms for solving "Partial Max-SAT" instances: ----------------------------------------------------------------------------------- antom_seq1 - Single-threaded satisfiability-based approach. antom_seq2 - Similar to 'antom_seq1', but additionally using pre- and inprocessing techniques known from classical SAT solving. Both of them are statically linked and can be executed as follows: -------------------------------------------------------------------- ./antom_{ seq1 | seq2 } Licence: ---------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Copyright (c) 2013, University of Freiburg. More Information: ------------------- https://projects.informatik.uni-freiburg.de/projects/antom Contact: ---------- Tobias Schubert, Sven Reimer, Matthias Sauer Chair of Computer Architecture Institute of Computer Science Faculty of Engineering University of Freiburg, Germany { schubert | reimer | sauerm }@informatik.uni-freiburg.de