mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
parent
1523626a2b
commit
c537084056
1 changed files with 315 additions and 316 deletions
|
@ -573,11 +573,10 @@ public:
|
|||
|
||||
try {
|
||||
t(in_copy, _result, _mc, _pc, _core);
|
||||
bool successful = is_decided(_result);
|
||||
bool first = false;
|
||||
#pragma omp critical (par_tactical)
|
||||
{
|
||||
if (successful && finished_id == UINT_MAX) {
|
||||
if (finished_id == UINT_MAX) {
|
||||
finished_id = i;
|
||||
first = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue