Max Alekseyev on Thu, 29 Jan 2009 14:52:18 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: solving Thue equation
|
- To: pari-users list <pari-users@list.cr.yp.to>
- Subject: Re: solving Thue equation
- From: Max Alekseyev <maxale@gmail.com>
- Date: Thu, 29 Jan 2009 08:50:36 -0500
- Delivery-date: Thu, 29 Jan 2009 14:52:18 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=bn7/hazwBNlw2Vc3HGONDfJg/De1BHdFpBKPl7Oeog8=; b=RJdLVbx2zLoM4bOfJpnuDSIWPq+H+P407idooZz5CK/SOqShIqQ77SemnMZfi7LZg8 Kl+mYcQAsxEtwjgKcGxBPsQIBht/ZXnneJO12kBa/DGKU/jhDtgavKIqZ9GqxVy4xIeZ y0twCORDEntNR+tyKBeyEMPWBtFqFdWK4DNG8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=a/quUnkQPosb+p7RhxySRmAcF42gM7snUgOZOtqB5RNMMtouclzoNXqV33CCfoC1TH cQtF92Uhh1USHuVvMQB3HzaXhJUBKOOOKTL4WZyAj8/nwzG7m8hv5frJqEKyThXyMEk+ cEUKNm5clhDh6IxC9LlpC/2t5NPbdlf8OCN08=
- In-reply-to: <20090129125500.GA28823@math.u-bordeaux1.fr>
- Mailing-list: contact pari-users-help@list.cr.yp.to; run by ezmlm
- References: <d3dac270901282027m299be4efk9909ba118dfd2ece@mail.gmail.com> <20090129125500.GA28823@math.u-bordeaux1.fr>
On Thu, Jan 29, 2009 at 7:55 AM, Karim Belabas
<Karim.Belabas@math.u-bordeaux1.fr> wrote:
Thanks for the answers.
The only remaining concern is:
>> 2) Is there any way to disable output of this warning? I have tried
>> \g 0
>> without any luck.
>
> Use thueinit(, 1).
But what if I want to rely on GRH but not have such warnings?
If thue() is used multiple (say, thousand) times in the program, the
output becomes very messy because of this kind of warnings. It's quite
challenging to find meaningful output between useless warnings.
I understand that this warning is good to have by default but I'm
asking for a way to intentionally disable it.
Thanks,
Max