Browse Source

Update abducer_base.py

pull/3/head
troyyyyy GitHub 3 years ago
parent
commit
4ed250ea19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      abducer/abducer_base.py

+ 2
- 2
abducer/abducer_base.py View File

@@ -222,9 +222,9 @@ if __name__ == '__main__':
print(kb.consist_rule(consist_exs, rules), kb.consist_rule(consist_exs2, rules))
print()
res = abd.abduce((consist_exs, None, None))
res = abd.abduce((consist_exs, True, None))
print(res)
res = abd.abduce((inconsist_exs, None, None))
res = abd.abduce((inconsist_exs, True, None))
print(res)
print()


Loading…
Cancel
Save