Skip to content

Commit

Permalink
Set default for option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Jul 9, 2024
1 parent dd68422 commit f23d861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search/pdbs/cegar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,8 @@ void add_cegar_options_to_feature(plugins::Feature &feature) {
"use_restricted_goal",
"if true, CEGAR considers only those variables for goal flaws that are "
"used to initialize the pattern collection; otherwise all goal "
"variables can occur in goal flaws");
"variables can occur in goal flaws",
"false");
}

tuple<bool, bool> get_cegar_arguments_from_options(
Expand Down

0 comments on commit f23d861

Please sign in to comment.