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

Can we get rid of chained state from seed_of_or2and_edge? #211

Open
yutakang opened this issue Jul 20, 2023 · 1 comment
Open

Can we get rid of chained state from seed_of_or2and_edge? #211

yutakang opened this issue Jul 20, 2023 · 1 comment

Comments

@yutakang
Copy link
Collaborator

Can we get rid of chained states from seed_of_or2and_edge?

Instead of passing a chained state that we obtain after applying certain proof methods, I would like to reconstruct such proof state by applying the methods.

state : Proof.state};

@yutakang
Copy link
Collaborator Author

yutakang commented Jul 20, 2023

I need this change because the current implementation is breaking proofs here.

fun assume_cnjctrs_in_pst (name_term_pairs: (string * term) list) (pst:Proof.state): Proof.state =

I should be able to reconstruct proof using https://github.com/data61/PSL/blob/d59677eaa34db88b728ae85114d913151df1c266/PSL/Subtool.ML#L88.

fun tool_output_n_timeout_to_logtac (sh_output:string) (to:real) (state:Proof.state) =

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

No branches or pull requests

1 participant