mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
na
This commit is contained in:
parent
9c3489ba4b
commit
83efb1413a
10 changed files with 99 additions and 57 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue