mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
parent
57d430b3fd
commit
8290cfadcc
2 changed files with 10 additions and 1 deletions
|
@ -271,6 +271,8 @@ class parallel_tactic : public tactic {
|
|||
std::string r = get_solver().reason_unknown();
|
||||
std::string inc("(incomplete");
|
||||
m_giveup |= r.compare(0, inc.size(), inc) == 0;
|
||||
inc = "(sat.giveup";
|
||||
m_giveup |= r.compare(0, inc.size(), inc) == 0;
|
||||
return m_giveup;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue