-
Notifications
You must be signed in to change notification settings - Fork 19
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
Clause.proof_depth counts ESA-steps as 0 #66
Comments
Hmm if we solve #64 (maybe with a custom way of handling |
I don't know how large the impact is on heuristics, but I saw that it confused @petarvukmirovic who wrote an assertion Moreover, I am currently adding new kinds of step, e.g. a CNF step and a term conversion step. Maybe I shouldn't do that? |
I think more kinds of steps might be good, if you handle the TSTP output and llproof checker properly (which I assume is the whole point anyway). |
I don't know if Avatar really needs it's own kind of step because if |
What do you mean by "refines inference"? Right now it looks like this:
Would you prefer this?
where |
I mean, it's an inference, but the llprover must handle it differently (namely, by not using |
Clause.proof_depth
/Proof.Step.inferences_perfomed
considers only Inference or Simplifcation steps, but not Esa steps (e.g. Avatar). This might confuse the heuristics using it.The text was updated successfully, but these errors were encountered: