Venturecxx icon indicating copy to clipboard operation
Venturecxx copied to clipboard

Here's a way to get a cycle in the dependency graph

Open axch opened this issue 9 years ago • 1 comments

assume switchx (flip)
assume switchy (flip)
force switchx true
assume x (if switchx 0 (exactly y))
assume y (if switchy 0 (exactly x))
observe switchx false
observe switchy false

It doesn't complain as long as you do (mh default one), but when you do (mh default all) it blows up because there's a cycle in the regen graph.

axch avatar Nov 12 '15 23:11 axch

So, what do we want to do about this (even in principle, as opposed to right now)?

axch avatar May 13 '16 00:05 axch