mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
sort terms by weight for tightening
This commit is contained in:
parent
0a3c118701
commit
12203fc69a
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ namespace lp {
|
|||
sorted_changed_terms.push_back(j);
|
||||
}
|
||||
|
||||
bool sort_by_weight = false;
|
||||
bool sort_by_weight = true;
|
||||
if (sort_by_weight)
|
||||
// Sort by term_weight descending
|
||||
std::sort(sorted_changed_terms.begin(), sorted_changed_terms.end(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue