mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 06:13:40 +00:00
for Clemens: ensure fixed values are propagated after registration
Also allow to register expressions that the rewriter changes to ensure they get picked up.
This commit is contained in:
parent
5b0389615b
commit
0f03ef4ab0
7 changed files with 129 additions and 45 deletions
|
@ -1747,6 +1747,8 @@ namespace smt {
|
|||
assign_fixed(n, val, 1, &explain);
|
||||
}
|
||||
|
||||
bool is_fixed(enode* n, expr_ref& val, literal_vector& explain);
|
||||
|
||||
void display(std::ostream & out) const;
|
||||
|
||||
void display_unsat_core(std::ostream & out) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue