"Source: Text/Geometry/CrvEllQNF.text";
"Line: 4411";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvEllQNF.text, line: 4411
// Example: H130E35 ()
print "Example: H130E35";
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);
