3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

duality fix

This commit is contained in:
Ken McMillan 2014-03-26 14:10:21 -07:00
parent c9fcf7ee96
commit fcada914d5

View file

@ -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++)