mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fix typos
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
def69e2521
commit
9abcde9a35
3 changed files with 5 additions and 5 deletions
|
@ -653,7 +653,7 @@ void asserted_formulas::propagate_values() {
|
|||
// will be (silently) eliminated, and models produced by Z3 will not contain them.
|
||||
flush_cache();
|
||||
}
|
||||
TRACE("propagate_values", tout << "afer:\n"; display(tout););
|
||||
TRACE("propagate_values", tout << "after:\n"; display(tout););
|
||||
}
|
||||
|
||||
void asserted_formulas::propagate_booleans() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue