Skip to content

Commit

Permalink
Fix #700
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Aug 18, 2020
1 parent fb5516c commit dc95e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NEXT MILESTONE
### Deprecated API (to be removed in next release):

### Other closed issues and pull requests:
\#692, #703, #704, #705
\#692, #700, #703, #704, #705

#### Contributors to this release
- [Charles Prud'homme](https://github.com/cprudhom) (cprudhom)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ public AbstractStrategy<IntVar> make(Solver solver, IntVar[] vars, Search.ValH v
IBS {
@Override
public AbstractStrategy<IntVar> make(Solver solver, IntVar[] vars, Search.ValH valueSelector, boolean last) {
return IBS.make(solver, vars, Search.ValH.DEFAULT, last);
return IMPACT.make(solver, vars, Search.ValH.DEFAULT, last);
}
},
/**
Expand Down

0 comments on commit dc95e4b

Please sign in to comment.