jakobkroeker / FiniteFieldExperiments.M2

A simple Macaulay2-Framework for finite field experiments
1 stars 1 forks source link

reuse interpolated ideals #140

Open bothmer opened 8 years ago

bothmer commented 8 years ago

when executing

e.interpolateComponents(maxDeg)

reuse known components with component.maxDeg >= maxDeg and erase all other components.

Jakob : Q: what if we have only one point (or no points?). Should the emply list of components repace an existing one?

jakobkroeker commented 7 years ago

erase all other components ? this needs more info