mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
typo fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
46e236487b
commit
3391c9c44c
1 changed files with 1 additions and 1 deletions
|
@ -2478,7 +2478,7 @@ done:
|
||||||
expr junct = negate ? Negate(f) : f;
|
expr junct = negate ? Negate(f) : f;
|
||||||
lits.push_back(junct);
|
lits.push_back(junct);
|
||||||
}
|
}
|
||||||
}|
|
}
|
||||||
|
|
||||||
struct TermLt {
|
struct TermLt {
|
||||||
bool operator()(const expr &x, const expr &y){
|
bool operator()(const expr &x, const expr &y){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue