Skip to content

Commit

Permalink
Improved feature model subroutine descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux authored and schweikart committed Sep 28, 2023
1 parent 5496658 commit 45fc609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public String getName() {
public List<SubRoutineDefinition> getSubRoutines() {
return List.of(
new SubRoutineDefinition(ProblemType.SAT,
"Used to find valid configurations in the Feature Model"));
"Called per feature to determine if it is dead"));
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public String getName() {
public List<SubRoutineDefinition> getSubRoutines() {
return List.of(
new SubRoutineDefinition(ProblemType.SAT,
"Used to find valid configurations in the Feature Model"));
"Used to determine if there is any valid configurations of the Feature Model"));
}

@Override
Expand Down

0 comments on commit 45fc609

Please sign in to comment.