Skip to content

New solver does not add dictionary literals to EDB, so it always returns "NoAnswer" #120

@emlaufer

Description

@emlaufer

With the following predicate, the solver returns "NoAnswer"

init_membership(state) = AND(
    DictContains(?state, "test", 0)
)

REQUEST(
    init_membership({"admins": [], "members": [], "test": 0})
 )

I was able to solve this by manually adding the {"admins": [], "members": [], "test": 0} to the edb, but I assume this should be done automatically.

Metadata

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