mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 00:58:07 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
6a3e2d0f00
301 changed files with 3699 additions and 5652 deletions
|
@ -290,7 +290,7 @@ namespace pdr {
|
|||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
};
|
||||
|
||||
front_end_params& m_fparams;
|
||||
smt_params& m_fparams;
|
||||
params_ref const& m_params;
|
||||
ast_manager& m;
|
||||
datalog::context* m_context;
|
||||
|
@ -348,13 +348,13 @@ namespace pdr {
|
|||
We check whether there is some reachable state of the relation checked_relation.
|
||||
*/
|
||||
context(
|
||||
front_end_params& fparams,
|
||||
smt_params& fparams,
|
||||
params_ref const& params,
|
||||
ast_manager& m);
|
||||
|
||||
~context();
|
||||
|
||||
front_end_params& get_fparams() const { return m_fparams; }
|
||||
smt_params& get_fparams() const { return m_fparams; }
|
||||
params_ref const& get_params() const { return m_params; }
|
||||
ast_manager& get_manager() const { return m; }
|
||||
manager& get_pdr_manager() { return m_pm; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue