You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running some automatically generated from Rtemplate case files I frequently have something like <Solve Iterations="0"/>. This is fine, sometimes I really want to have it. My expectations for this kind of XML element is that it would simply not be executed. (Solving 0 iterations = not solving at all)
What actually happens is probably numerical overflow (I guess) and TCLB is stuck in the infinite loop, burning computational time.
When running some automatically generated from Rtemplate case files I frequently have something like
<Solve Iterations="0"/>
. This is fine, sometimes I really want to have it. My expectations for this kind of XML element is that it would simply not be executed. (Solving 0 iterations = not solving at all)What actually happens is probably numerical overflow (I guess) and TCLB is stuck in the infinite loop, burning computational time.
The text was updated successfully, but these errors were encountered: