mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
Fix typos.
This commit is contained in:
parent
3f7453f5c5
commit
50f3e9c3c0
11 changed files with 22 additions and 22 deletions
|
@ -196,7 +196,7 @@ class fix_dl_var_tactic : public tactic {
|
|||
|
||||
app * most_occs() {
|
||||
// We try to choose a variable that when set to 0 will generate many bounded variables.
|
||||
// That is why we give preference to variables occuring in non-nested inequalities.
|
||||
// That is why we give preference to variables occurring in non-nested inequalities.
|
||||
unsigned best1, best2;
|
||||
app * r1, * r2;
|
||||
r1 = most_occs(m_non_nested_occs, best1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue