Skip to content

Commit

Permalink
Ripping out LSIDS, it's trash in its current state
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed May 3, 2020
1 parent 19070d3 commit 6c67cbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/searcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,6 @@ inline bool Searcher::pick_lsids_phase(const uint32_t var){

inline bool Searcher::pick_polarity(const uint32_t var)
{
if(conf.chronophase == 1 && last_backtrack_is_chrono){
stats.chrono_decisions++;
return pick_lsids_phase(var);
}

switch(conf.polarity_mode) {
case PolarityMode::polarmode_neg:
return false;
Expand Down

0 comments on commit 6c67cbf

Please sign in to comment.