Skip to content

Commit

Permalink
master: added incremental solving as feature
Browse files Browse the repository at this point in the history
  • Loading branch information
studJBccl committed Jun 12, 2024
1 parent e21cd0e commit ee8ab07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ May print: `(Sat,Just (V3 (-2.0) (-1.0) 0.0,V3 (-2.0) (-1.0) 0.0))`
- [x] Pure API with Expression-instances for Num, Floating, Bounded, ...
- [x] Solvers via external process: CVC5, Z3, Yices2-SMT & MathSAT
- [x] Add your own solvers via the [Solver type](https://github.com/bruderj15/Hasmtlib/blob/master/src/Language/Hasmtlib/Type/Solver.hs)
- [x] Incremental solving

### Coming
- [ ] Incremental solving (work in progress)
- [ ] Observable sharing
- [ ] Quantifiers `for_all` and `exists`

Expand Down

0 comments on commit ee8ab07

Please sign in to comment.