Skip to content

Commit

Permalink
chore: fixed solver description
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibod committed Jan 2, 2025
1 parent ad7b35b commit f129af3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public String getName() {

@Override
public String getDescription() {
return "This solver builds SAT formulae to determine void features in a feature model."
+ " It uses a SAT solver to determine if there is any valid configurations of the +"
return "This solver builds SAT formulae to determine void features in a feature model. "
+ "It uses a SAT solver to determine if there is any valid configurations of the "
+ "feature model.";
}

Expand Down

0 comments on commit f129af3

Please sign in to comment.