3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-01-09 11:53:24 +00:00
parent 46e236487b
commit 3391c9c44c

View file

@ -2478,7 +2478,7 @@ done:
expr junct = negate ? Negate(f) : f;
lits.push_back(junct);
}
}|
}
struct TermLt {
bool operator()(const expr &x, const expr &y){