Skip to content

Commit

Permalink
Add a warning for possible stack overflow if optimization 4 is used.
Browse files Browse the repository at this point in the history
(cherry picked from commit cd56875)
  • Loading branch information
wiegerw committed Aug 31, 2018
1 parent 5faa268 commit f824773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release/pbessolve/pbessolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ class pbessolve_tool: public rewriter_tool<pbes_input_tool<input_tool>>
" variables whether they occur on a loop, such that"
" they can be set to true or false, depending on the"
" fixed point symbol. This can increase the time"
" needed to generate an equation substantially."),
" needed to generate an equation substantially. N.B. This"
" optimization may cause stack overflow issues."),
"use strategy STRATEGY",
's');
}
Expand Down

0 comments on commit f824773

Please sign in to comment.