mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
sort terms by weight for tightening
This commit is contained in:
parent
ae30e2c49f
commit
e532308b92
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