Skip to content

Assuming Xor does not remove other variables #127

@znittzel

Description

@znittzel

For instance

model = pg.Xor(*"abcd")
red_model = model.assume({"a": 1}).reduce()

red_model still got "b", "c", and "d" but they should be assumed to 0 as a consequence of a=1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions