mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
working on Forking/Serializing a z3 Solver #209
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7b72486644
commit
b4cb51cdb3
31 changed files with 241 additions and 96 deletions
|
@ -253,7 +253,7 @@ namespace smt {
|
|||
theory_bv(ast_manager & m, theory_bv_params const & params, bit_blaster_params const & bb_params);
|
||||
virtual ~theory_bv();
|
||||
|
||||
virtual theory * mk_fresh(context * new_ctx) { return alloc(theory_bv, get_manager(), m_params, m_bb.get_params()); }
|
||||
virtual theory * mk_fresh(context * new_ctx);
|
||||
|
||||
virtual char const * get_name() const { return "bit-vector"; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue