Skip to content

Commit 12382e6

Browse files
committed
fix: updated README.md
1 parent e7509d0 commit 12382e6

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# README for the Open-WBO MaxSAT Solver
2-
## Version 2.1 -- September 2018
1+
# Open-WBO MaxSAT Solver
2+
## Version 2.1 - September 2018
33

44
Open-WBO is an extensible and modular open-source MaxSAT Solver.
55
Open-WBO was one of the best solvers in the partial MaxSAT categories at
66
MaxSAT Evaluations 2014, 2015, 2016 and 2017 and in the decision and
77
optimization for SMALLINT categories at PB Evaluation 2016.
88

99
## MaxSAT Evaluation 2018
10-
### The default algorithms used by Open-WBO in the complete track are:
11-
### unweighted: Part-MSU3 ; weighted: OLL
10+
The default algorithms used by Open-WBO in the complete track are:
11+
* unweighted: Part-MSU3
12+
* weighted: OLL
1213

1314
Usage of the solver:
1415
./open-wbo [options] <input-file>
@@ -65,18 +66,20 @@ The following options are available in Open-WBO:
6566
Open-WBO follows the standard output of MaxSAT solvers:
6667
* Comments ("c " lines)
6768
* Solution Status ("s " line):
68-
..* s OPTIMUM FOUND : an optimum solution was found
69-
..* s UNSATISFIABLE : the hard clauses are unsatisfiable
70-
..* s SATISFIABLE : a solution was found but optimality was not proven
69+
* s OPTIMUM FOUND : an optimum solution was found
70+
* s UNSATISFIABLE : the hard clauses are unsatisfiable
71+
* s SATISFIABLE : a solution was found but optimality was not proven
7172
* Solution Cost Line ("o " lines):
72-
..* This represents the cost of the best solution found by the solver. The cost
73-
of a solution is given by the sum of the weights of the unsatisfied soft clause.
73+
* This represents the cost of the best solution found by the solver. The cost
74+
of a solution is given by the sum of the weights of the unsatisfied soft clause.
7475
* Solution Values (Truth Assignment) ("v " lines):
75-
..* This represents the truth assignment (true/false) assigned to each variable.
76-
A literal is denoted by an integer that identifies the variable and the negation
77-
of a literal is denoted by a minus sign immediately followed by the integer of
78-
the variable.
76+
* This represents the truth assignment (true/false) assigned to each variable.
77+
A literal is denoted by an integer that identifies the variable and the negation
78+
of a literal is denoted by a minus sign immediately followed by the integer of
79+
the variable.
7980

8081
> Authors: Ruben Martins, Vasco Manquinho, Ines Lynce
82+
8183
> Contributors: Miguel Neves, Norbert Manthey, Saurabh Joshi, Mikolas Janota
84+
8285
> To contact the authors please send an email to: open-wbo@sat.inesc-id.pt

0 commit comments

Comments
 (0)