mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Gomory cut / branch and bound improvements
Improve fairness of cut generation by switching to find_infeasible_int_var with cascading priorities, allow stronger cuts by inlining terms.
This commit is contained in:
parent
9f0b3cdc25
commit
3d99ed9dd4
5 changed files with 230 additions and 100 deletions
|
@ -1678,7 +1678,6 @@ public:
|
|||
return FC_CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
for (expr* e : m_not_handled) {
|
||||
if (!ctx().is_relevant(e))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue