nvcleemp / conjecturing

Adding conjecturing to Sage
http://nvcleemp.github.io/conjecturing/
12 stars 3 forks source link

Precomputed invariant/property values #9

Closed nvcleemp closed 8 years ago

nvcleemp commented 8 years ago

Some invariants and properties might be hard to compute. At the moment all values are computed prior to running the conjecturing program. It is left to the user to add a cache to the invariants and properties to speed up these calculations. This can easily be done using memoization, but it might be better if the conjecture method has an optional parameter to provide a dictionary with precomputed values.