Skip to content

Answer set with two abductive supports is duplicated #22

@vuphan314

Description

@vuphan314

@iensen 😁

Below is a CR-Prolog program:

predicates
a(). b(). c().

rules

a.

-a :- not b, not c.
b :+. c :+.

b :- c.
c :- b.

Sparc+DLV gives:

SPARC  V2.49
program translated
{a, b, c}

{a, b, c}

The answer set {a, b, c} is duplicated, possibly because it has two abductive supports {b :+.} and {c :+.}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions