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

MiLkMaId: count how many inductive proofs are within the scope of PSL #36

Open
yutakang opened this issue May 23, 2018 · 1 comment
Open

Comments

@yutakang
Copy link
Collaborator

Use the standard library and the AFP entries as target data.

@yutakang
Copy link
Collaborator Author

yutakang commented May 23, 2018

Target at induct, induction, and induct_tac for three output files.
A line of an output file format is:
string, bool, int, int, int

The fist string for the location id.
The first bool tells if the induction predicate used by human engineers is within the scope of PSL.
The first int tells the order of the first mathematical induction method that coincides with eigineers' choice. (if outside the scope of PSL)
The second int tells the number of unique induction methods created by PSL.
The third int teslls the number of induction methods PSL attempted to create.

@yutakang yutakang added this to the AAAI2019 milestone Aug 3, 2018
@yutakang yutakang self-assigned this Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant