3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

Merge branch 'opt' of https://git01.codeplex.com/z3 into opt

This commit is contained in:
Nikolaj Bjorner 2013-10-31 18:51:28 -07:00
commit ae3a69b32e
2 changed files with 27 additions and 43 deletions

View file

@ -85,7 +85,7 @@ namespace smt {
edge_id m_entering_edge;
edge_id m_leaving_edge;
node m_join_node;
numeral m_delta;
optional<numeral> m_delta;
bool m_in_edge_dir;
unsigned m_step;