I'm afraid I still have not fixed this issue. I'll try to remember to
investigate this next week. In the meantime, did you find a workaround
so far?
Regards,
/Niklas
Well I've known about it for some time so it's not really soon :)
Anyway, something I forgot to ask. Are you using minisat with
preprocessing enabled? That's probably not a good idea in that
algorithm since it can not be expected to do much after the initial
CNF has been simplified. In my implementation of IC3/PDR I turn off
preprocessing at that point. That might be why I'm not seeing this
problem myself.
Regards,
/Niklas