"Source: Text/Geometry/CrvEllQNF.text";
"Line: 4415";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvEllQNF.text, line: 4415
// Example: H133E35 ()
print "Example: H133E35";
ei := GetEchoInput();
SetEchoInput(true);
D := CremonaDatabase();
E := EllipticCurve(D, 571, 1, 1);
time td := TwoDescent(E);
#td;
assert $1 eq 3;
time [ FourDescent(t) : t in td ];
SetEchoInput(ei);
