mirror of
https://github.com/Z3Prover/z3
synced 2025-11-21 05:06:39 +00:00
Cleanup fixedpoint options
Replace pdr options with spacer Repace fixedpoint module with fp
This commit is contained in:
parent
619f681d28
commit
9109968e55
23 changed files with 344 additions and 353 deletions
|
|
@ -2175,8 +2175,7 @@ pob* pred_transformer::pobs::mk_pob(pob *parent,
|
|||
// ----------------
|
||||
// context
|
||||
|
||||
context::context(fixedpoint_params const& params,
|
||||
ast_manager& m) :
|
||||
context::context(fp_params const& params, ast_manager& m) :
|
||||
m_params(params),
|
||||
m(m),
|
||||
m_context(nullptr),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue