Hi Dave,
Thanks for your reply! Your response makes sense for the small example I gave. However, consider if I want the following initial states: a=0,b=0,c=1, a=1,b=0,c=0. Modding your previous response, I would be checking two additional states (a=0,b=0,c=0, and a=1,b=0,c=1). If the number of variables increase, then I would be checking many more initial states than necessary.
Is there a way to avoid this overhead?
Thanks,
Mridu
> On Jun 6, 2023, at 3:41 PM, Dave Parker <
david....@cs.ox.ac.uk> wrote:
>
> Hi Mridu,