add prolog/problog libraries

This commit is contained in:
Nicolas Sebastian Schuler
2025-08-05 08:41:43 +02:00
parent c324247dc3
commit a227795a1a
4 changed files with 38 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ def main():
result = grounding(coding_description, labeled_image)
# TODO: Feed this into the Prolog program and execute to reach final verdict
print(result)
print("End Abduction Demo")
if __name__ == "__main__":