mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
remove legacy solve_eqs_tactic entirely
also, bug fixes to elim_unconstrained (elim_uncnstr2) which is to replace legacy tactic for eliminating unconstrained constants.
This commit is contained in:
parent
3f2bbe5589
commit
6297c001ee
23 changed files with 56 additions and 1203 deletions
|
@ -72,6 +72,8 @@ namespace euf {
|
|||
|
||||
void updt_params(params_ref const& p) override;
|
||||
|
||||
void collect_param_descrs(param_descrs& r) override;
|
||||
|
||||
void collect_statistics(statistics& st) const override;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue