Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created TPTP based test suite to help validate R_complete_simplify satisfiability logic #20

Open
GoogleCodeExporter opened this issue May 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

There is a subset of problems in the TPTP:

http://www.cs.miami.edu/~tptp/

library, termed Pure Equality (PEQ), which could be used to help validate the 
satisfiability logic in R_complete_simplify. These problems comprise a single 
equality predicate but also functions, whereby it should be possible to 
transform these problems to the R_complete_simplify representation by using 
skolemization on the functions to free variables instead of unique constants 
(i.e. we can already get around unique names assumption in R_complete_simplify 
because that's basically what a free variable is: a "constant" that can be 
equal to other "constants". This takes care of using this suite of tests in our 
algorithm. However for the other way around, that is, converting our problems 
for other algorithms in which we do have constants, we need to add the 
constraints that they are pairwise distinct). 


Original issue reported on code.google.com by [email protected] on 23 Apr 2013 at 5:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant