Skip to content

Z3 python plugin API's decide method broken #7451

Closed
@linusheck

Description

I found some issues in the Python plugin API. The decide method uses the undefined variable t_ref:

t = _to_expr_ref(to_Ast(t_ref), prop.ctx())

Also, registering a decide refers to the undefined property self.decide:
def add_decide(self, decide):

which should have been declared here:
self.created = None

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions