3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

fix unsat core extraction code in smt_context

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-07-30 11:22:34 -07:00
parent d32019f4c9
commit 7346098895
3 changed files with 19 additions and 14 deletions

View file

@ -19,6 +19,7 @@ Notes:
#include"solver.h"
#include"model_evaluator.h"
#include"ast_util.h"
#include"ast_pp.h"
unsigned solver::get_num_assertions() const {
NOT_IMPLEMENTED_YET();