Skip to content

implement Variable to Atom mutation #12

@jvoigtlaender

Description

@jvoigtlaender

For example, mutating

brother(X,Y) :- male(X),child(X,Z),child(Y,Z),X\=Y.

to

brother(X,Y) :- male(X),child(X,Z),child(Y,Z),x\=Y.

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