3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 20:16:00 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-22 11:33:47 -07:00
parent 9a5c0f2312
commit 76427cd281
3 changed files with 10 additions and 1 deletions

View file

@ -66,6 +66,8 @@ public:
bool has_interpreted_funs() const;
bool has_euf() const;
sat::sat_internalizer& si(ast_manager& m, params_ref const& p, sat::solver_core& t, atom2bool_var& a2b, dep2asm_map& dep2asm, bool default_external = false);
void update_model(model_ref& mdl);