"Source: Text/Geometry/CrvHyp.text";
"Line: 5258";
"Date: Thu Aug 18 16:02:10 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvHyp.text, line: 5258
// Example: H134E39 ()
print "Example: H134E39";
ei := GetEchoInput();
SetEchoInput(true);
_<x> := PolynomialRing(Rationals());
RationalPoints(3*x^7+6,7 :  Bound := 1000);
assert #$1 eq 0;
HasPointsEverywhereLocally(3*x^7+6,7);
assert $1;
time Sel := qCoverDescent(3*x^7+6,7 : PrimeBound := 1000);
Sel;
assert #Sel eq 0;
SetEchoInput(ei);
