mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
duality fix
This commit is contained in:
parent
c9fcf7ee96
commit
fcada914d5
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ namespace Duality {
|
||||||
last_decisions = 0;
|
last_decisions = 0;
|
||||||
CreateEdgesByChildMap();
|
CreateEdgesByChildMap();
|
||||||
#ifndef TOP_DOWN
|
#ifndef TOP_DOWN
|
||||||
void CreateInitialUnwinding();
|
CreateInitialUnwinding();
|
||||||
#else
|
#else
|
||||||
CreateLeaves();
|
CreateLeaves();
|
||||||
for(unsigned i = 0; i < leaves.size(); i++)
|
for(unsigned i = 0; i < leaves.size(); i++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue