mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
fixes and more porting seq_eq_solver to self-contained module
This commit is contained in:
parent
847724fb21
commit
38737db802
21 changed files with 354 additions and 230 deletions
|
@ -64,7 +64,7 @@ namespace fpa {
|
|||
std::ostream& display_justification(std::ostream& out, sat::ext_justification_idx idx) const override { UNREACHABLE(); return out; }
|
||||
std::ostream& display_constraint(std::ostream& out, sat::ext_constraint_idx idx) const override { UNREACHABLE(); return out; }
|
||||
void add_value(euf::enode* n, model& mdl, expr_ref_vector& values) override;
|
||||
void add_dep(euf::enode* n, top_sort<euf::enode>& dep) override;
|
||||
bool add_dep(euf::enode* n, top_sort<euf::enode>& dep) override;
|
||||
void finalize_model(model& mdl) override;
|
||||
|
||||
bool unit_propagate() override { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue