mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
persist fields
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
86c11b9349
commit
93ee2a68a4
7 changed files with 60 additions and 33 deletions
|
@ -66,6 +66,8 @@ public:
|
|||
|
||||
bool has_interpreted_atoms() 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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue