mirror of
https://github.com/Z3Prover/z3
synced 2025-12-03 18:46:44 +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
|
|
@ -33,7 +33,7 @@ Revision History:
|
|||
#include "muz/spacer/spacer_iuc_solver.h"
|
||||
#include "muz/spacer/spacer_util.h"
|
||||
|
||||
struct fixedpoint_params;
|
||||
struct fp_params;
|
||||
|
||||
namespace spacer {
|
||||
typedef ptr_vector<func_decl> decl_vector;
|
||||
|
|
@ -76,7 +76,7 @@ private:
|
|||
|
||||
public:
|
||||
prop_solver(ast_manager &m, solver *solver0, solver* solver1,
|
||||
fixedpoint_params const& p, symbol const& name);
|
||||
fp_params const& p, symbol const& name);
|
||||
|
||||
|
||||
void set_core(expr_ref_vector* core) { m_core = core; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue