mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
spacer::context: Factor params into udpt_params
This commit is contained in:
parent
521392a8f1
commit
cb683389f6
2 changed files with 8 additions and 2 deletions
|
@ -897,6 +897,7 @@ class context {
|
|||
|
||||
void predecessor_eh();
|
||||
|
||||
void updt_params();
|
||||
public:
|
||||
/**
|
||||
Initial values of predicates are stored in corresponding relations in dctx.
|
||||
|
@ -905,6 +906,7 @@ public:
|
|||
context(fixedpoint_params const& params, ast_manager& m);
|
||||
~context();
|
||||
|
||||
|
||||
const fixedpoint_params &get_params() const { return m_params; }
|
||||
bool use_native_mbp () {return m_use_native_mbp;}
|
||||
bool use_ground_cti () {return m_ground_cti;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue