mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +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
|
@ -45,11 +45,14 @@ namespace smt {
|
|||
class kernel {
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
kernel(): m_imp(0) {}
|
||||
public:
|
||||
kernel(ast_manager & m, smt_params & fp, params_ref const & p = params_ref());
|
||||
|
||||
~kernel();
|
||||
|
||||
static void copy(kernel& src, kernel& dst);
|
||||
|
||||
ast_manager & m() const;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue