mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
Fix typos.
This commit is contained in:
parent
4f9d198c51
commit
878a6ca14f
18 changed files with 38 additions and 38 deletions
|
@ -267,7 +267,7 @@ struct aig_manager::imp {
|
|||
}
|
||||
if (b == r) {
|
||||
if (sign1) {
|
||||
// subsitution
|
||||
// substitution
|
||||
// not (a and b) and r --> (not a) and r IF b == r
|
||||
l = a;
|
||||
l.invert();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue