mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into polysat
This commit is contained in:
commit
0249d009f1
109 changed files with 1692 additions and 1097 deletions
|
@ -247,7 +247,7 @@ bool is_zk_const (const app *a, int &n) {
|
|||
}
|
||||
bool sk_lt_proc::operator()(const app *a1, const app *a2) {
|
||||
if (a1 == a2) return false;
|
||||
int n1, n2;
|
||||
int n1 = 0, n2 = 0;
|
||||
bool z1, z2;
|
||||
z1 = is_zk_const(a1, n1);
|
||||
z2 = is_zk_const(a2, n2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue