Open wjl0122 opened 1 year ago
Hi,If you run “make check”, it will run two programs that check LLL_FP: LLLTest and subset.The first is a bit rudimentary but should check that things are basically working. The second runs a subset sum algorithm using BKZ, which runs LLL_FP as a subroutine and should run it more through its paces.It’s hard to run definitive tests, because floating point may work slightly differently on different platforms (despite ieee standardization).On Sep 24, 2023, at 3:29 AM, wjl0122 @.***> wrote: Is there a test set corresponding to LLL_FP algorithm in ntl library? How can we verify the correctness of LLL_FP algorithm
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hello I found testing LLL algorithm with only one test set and its results Are there other test sets and their results to test different versions of LLL algorithm such as LLL_FP type
Is there a test set corresponding to LLL_FP algorithm in ntl library? How can we verify the correctness of LLL_FP algorithm