mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
Use optional<_> for infinite check
This commit is contained in:
parent
a66a14dbf0
commit
195df69a1b
2 changed files with 27 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue