3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-30 15:00:08 +00:00

separate inc sat solver for now

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-05-15 11:25:05 -07:00
parent 33e2f2012d
commit 61dcdcb9d1
3 changed files with 213 additions and 212 deletions

View file

@ -22,6 +22,7 @@ Notes:
#include "solver_na2as.h"
#include "card2bv_tactic.h"
#include "nnf_tactic.h"
#include "pb_sls.h"
#include "bvsls_opt_engine.h"