3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 08:21:56 +00:00

add bceq experiment

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-29 10:57:31 -07:00
parent 08dcd51594
commit 989569b154
6 changed files with 93 additions and 406 deletions

View file

@ -141,6 +141,7 @@ namespace sat {
friend class mus;
friend class sls;
friend class wsls;
friend class bceq;
friend struct mk_stat;
public:
solver(params_ref const & p, extension * ext);