3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 20:35:51 +00:00

tabs and indentation

This commit is contained in:
Christoph M. Wintersteiger 2015-09-17 13:25:22 +01:00
parent d2c9b69eb3
commit f3441c6a9b
7 changed files with 86 additions and 88 deletions

View file

@ -525,7 +525,7 @@ static void permute_unit_resolution(expr_ref_vector& refs, obj_map<proof,proof*>
cache.insert(pr, prNew);
refs.push_back(prNew);
pr = prNew;
}
}
// permute unit resolution over Theory lemmas to track premises.