mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
duality fix
This commit is contained in:
parent
c9fcf7ee96
commit
fcada914d5
|
@ -324,7 +324,7 @@ namespace Duality {
|
|||
last_decisions = 0;
|
||||
CreateEdgesByChildMap();
|
||||
#ifndef TOP_DOWN
|
||||
void CreateInitialUnwinding();
|
||||
CreateInitialUnwinding();
|
||||
#else
|
||||
CreateLeaves();
|
||||
for(unsigned i = 0; i < leaves.size(); i++)
|
||||
|
|
Loading…
Reference in a new issue