Skip to content

Commit c0974e8

Browse files
authored
Update README.md
1 parent e4e055c commit c0974e8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Not really usable as a fully fledged SMT solver right now.
2-
Mainly just a collection of the various algorithms used in SMT solvers, implemented in Haskell:
2+
Mainly just a collection of various algorithms used in SMT solvers, implemented in Haskell:
33

44
* SAT solving
5-
* [x] [Davis–Putnam–Logemann–Loveland (DPLL)](/src/SAT/DPLL.hs)
6-
* [x] [Conflict Driven Clause Learning (CDCL)](/src/SAT/CDCL.hs)
5+
* [Davis–Putnam–Logemann–Loveland (DPLL)](/src/SAT/DPLL.hs)
6+
* [Conflict Driven Clause Learning (CDCL)](/src/SAT/CDCL.hs)
77
* Uninterpreted Functions
8-
* [x] [Congruence Closure](/src/Theory/UninterpretedFunctions.hs)
8+
* [Congruence Closure](/src/Theory/UninterpretedFunctions.hs)
99
* Linear Arithmatic
10-
* [x] [Simplex Method](/src/Theory/LinearArithmatic/Simplex.hs)
11-
* [x] [Fourier-Motzkin](/src/Theory/LinearArithmatic/FourierMotzkin.hs)
12-
* [x] [Branch and Bound](/src/Theory/LinearArithmatic/FourierMotzkin.hs)
10+
* [Simplex Method](/src/Theory/LinearArithmatic/Simplex.hs)
11+
* [Fourier-Motzkin](/src/Theory/LinearArithmatic/FourierMotzkin.hs)
12+
* [Branch and Bound](/src/Theory/LinearArithmatic/BranchAndBound.hs)
1313
* Non-Linear Arithmatic
14-
* [ ] [Interval Constraint Propagation](/src/Theory/NonLinearArithmatic/IntervalConstraintPropagation.hs)
15-
* [ ] [Subtropical Satisfiability](/src/Theory/NonLinearArithmatic/Subtropical.hs)
16-
* [ ] [Cylindtrical Algebraic Decomposition](/src/Theory/NonLinearArithmatic/CAD.hs)
17-
* [ ] Virtual Substitution
14+
* [Interval Constraint Propagation](/src/Theory/NonLinearRealArithmatic/IntervalConstraintPropagation.hs)
15+
* [Subtropical Satisfiability](/src/Theory/NonLinearRealArithmatic/Subtropical.hs)
16+
* [Cylindtrical Algebraic Decomposition](/src/Theory/NonLinearRealArithmatic/CAD.hs)
17+
* Virtual Substitution
1818

0 commit comments

Comments
 (0)