Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Most of these solvers are implemented in C or C++.

In contract, MC² is based on the **mcSAT** calculus
(see
[[fmcad'13]](http://csl.sri.com/~dejan/papers/jovanovic-fmcad2013.pdf)
[[fmcad'13]](https://leodemoura.github.io/files/fmcad2013.pdf)
and
[[vmcai'13]](http://www.csl.sri.com/users/dejan/papers/mcsat-vmcai2013.pdf)).
[[vmcai'13]](http://leodemoura.github.io/files/mcsat.pdf)).
mcSAT is fundamentally different from CDCL(T);
it is a so-called _natural SMT_ calculus where the boolean reasoning of CDCL is
extended so as to be able to assign values to non-boolean variables (such as
Expand Down