Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Blicha <[email protected]>
  • Loading branch information
BritikovKI and Martin Blicha committed Mar 10, 2023
1 parent 25179f8 commit e42309c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ It is also possible to run OpenSMT without any arguments, in which case it reads

### Other engines

OpenSMT supports multiple SMT solving approaches. By the default it uses the approach described in the CoreSMTSolver. But it can also utilize
Lookahead or Picky CDCL. Those engines can be enabled by using following config:
OpenSMT supports multiple SMT solving approaches. By the default it uses CDCL(T) with VSDIS decision heuristic. But it can also utilize Lookahead, possibly with picky heuristic based on VSDIS score. Those engines can be enabled by using following config:
```
(set-option :pure-lookahead true)
```
Expand Down

0 comments on commit e42309c

Please sign in to comment.