Skip to content

Commit

Permalink
Backtrack restart not available any more
Browse files Browse the repository at this point in the history
Thanks to @jvpeetz for spotting this!
  • Loading branch information
msoos committed May 31, 2018
1 parent 88a45f9 commit 61e28ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void Main::add_supported_options()
po::options_description restartOptions("Restart options");
restartOptions.add_options()
("restart", po::value<string>()
, "{geom, glue, luby, backtrack} Restart strategy to follow.")
, "{geom, glue, luby} Restart strategy to follow.")
("gluehist", po::value(&conf.shortTermHistorySize)->default_value(conf.shortTermHistorySize)
, "The size of the moving window for short-term glue history of redundant clauses. If higher, the minimal number of conflicts between restarts is longer")
("blkrest", po::value(&conf.do_blocking_restart)->default_value(conf.do_blocking_restart)
Expand Down

0 comments on commit 61e28ce

Please sign in to comment.