3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 04:43:39 +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; 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++)