3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 14:25:46 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-12-11 08:41:04 -08:00
parent 9c3489ba4b
commit 83efb1413a
10 changed files with 99 additions and 57 deletions

View file

@ -170,6 +170,7 @@ namespace polysat {
* and division with coeff are valid. Is there a more relaxed scheme?
*/
bool viable::refine_viable(pvar v, rational const& val) {
//return true;
auto* e = m_non_units[v];
if (!e)
return true;
@ -408,7 +409,7 @@ namespace polysat {
}
while (e != first);
core.set_bailout();
// core.set_bailout();
for (auto c : core) {
if (c.bvalue(s) == l_false) {
core.reset();