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

Proof production algorithm #111

Open
vitrun opened this issue Mar 25, 2022 · 2 comments
Open

Proof production algorithm #111

vitrun opened this issue Mar 25, 2022 · 2 comments

Comments

@vitrun
Copy link

vitrun commented Mar 25, 2022

Is it possible to extract the steps needed to produce the final answer?
for example.
(a*2)/2 -step1-> a*(2/2) -step2-> a

rule of step1: (x*y)/z --> x*(y/z)
rule of step2: x/x --> 1

@0x0f0f0f
Copy link
Member

Not yet. We're planning to do so
Egg rust library has it
https://docs.rs/egg/0.7.1/egg/tutorials/_03_explanations/index.html

@0x0f0f0f 0x0f0f0f changed the title Extract calculation steps ? Proof production algorithm Mar 25, 2022
@0x0f0f0f
Copy link
Member

See this for later implementation https://www.cs.upc.edu/~roberto/papers/rta05.pdf cc @Wilkenfeld

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

2 participants