cjdoris / Genus2Conductor

A package for computing the conductor exponent of hyperelliptic curves of genus 2 defined over number fields.
https://cjdoris.github.io/Genus2Conductor
GNU General Public License v3.0
2 stars 0 forks source link

Hangs during factorization #4

Open cjdoris opened 6 years ago

cjdoris commented 6 years ago

Sometimes the algorithm can hang during factorizing c2_poly, such as:

> SetVerbose("EvenConductorExponent_Genus2", 1);
> Conductor_Genus2(C);
finding equations...
completing...
factorizing c2_poly...
***never gets further***

This is an external issue, addressed here.