Skip to content

Incorrect Complete Extensions #22

@mszczot

Description

@mszczot

ALIAS incorrectly verifies the complete extensions and returns incorrect results.
With a simple framework with two arguments: a and b, where a attacks b, the complete extension is only 'a'. However, when the following code is executed, ALIAS outputs [['a'], ['b']].

a = ArgumentationFramework('test')
a.add_argument('a')
a.add_argument('b')
a.add_attack(('a', 'b'))
print(a.get_complete_extension())

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