Conjecture generation #2425
rschwiebert
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't doubt there have been advances at conjecture generation, but not being very familiar with the field I need to ask.
Specifically, I've been using souffle to manage a knowledge-base of facts about objects in the category of rings (https://ringtheory.herokuapp.com/). Each object either has or lacks certain conditions. There is a file of stored clauses that I run against this to deduce as much as possible.
Given some collection of conditions, I would like to do this:
Obviously there is a combinatoric explosion here. I was wondering what is known about efficiently finding conjectures like this and whether or not anyone was having success doing it with souffle.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions