sandialabs / Prove-It

A tool for proving and organizing general theorems using Python.
http://pyproveit.org
Other
27 stars 10 forks source link

Don't reuse an instantiation if simplification directives have changed #292

Open wwitzel opened 2 years ago

wwitzel commented 2 years ago

Instantiations are stored and reused for efficiency. However, these should sometimes be invalidated when autosimplification is used and simplification directives change.