mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
added facility to persist model transformations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
fd49a0c89c
195 changed files with 3601 additions and 2139 deletions
|
@ -77,7 +77,6 @@ public:
|
|||
inc_sat_solver(ast_manager& m, params_ref const& p, bool incremental_mode):
|
||||
m(m),
|
||||
m_solver(p, m.limit()),
|
||||
m_params(p),
|
||||
m_fmls(m),
|
||||
m_asmsf(m),
|
||||
m_fmls_head(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue