Statistiques
| Révision :

root / pobysoPythonSage / src / sageSLZ / sageRunSLZ.sage @ 282

Historique | Voir | Annoter | Télécharger (252,14 ko)

# Date Auteur Commentaire
277 18/04/2016 18:02 Serge Torres

Added: new functions to support projections matrices with elements other than -1 and 1.

275 03/04/2016 22:37 Serge Torres

Added: new function for weak Coppersmith condition.

272 30/03/2016 16:26 Serge Torres

Fixed: lots of memory bugs and comments.
Reordered: statements in several functions.
Appended: arguments to functions.

266 25/03/2016 18:40 Serge Torres

Removed: garbage collector invocation (did not fix the segfault crash).

265 25/03/2016 14:18 Serge Torres

Added: a garbage collection at the beginning of the "while" statement in order to fix the segfault crash. To be tested."

264 21/03/2016 17:30 Serge Torres

Changed: data for chasing the bug.

260 08/02/2016 17:53 Serge Torres

Tweaked polynomial approximation accuracy in runtime function.

254 03/02/2016 17:58 Serge Torres

Fixed: argument for run time, operation for intervals in the negative numbers.

249 18/01/2016 20:11 Serge Torres

Fixed: changes for reduction/projection

247 17/01/2016 22:40 Serge Torres

Added: projection reduction functions and program

246 10/01/2016 17:23 Serge Torres

Changed: messages are printed out to stderr.

244 08/01/2016 11:23 Serge Torres

Added: new function for Gram matrix usage.

231 28/11/2015 22:16 Serge Torres

Fixed: set the name of the free variable in Sollya to that used in the scripts.
Removes a warning.

230 27/11/2015 18:23 Serge Torres

Multiple fixed :
- less noisy module loading;
- debug printing fixes;
- run time scripts enhancement (window title update);
- added a new run time script (should replace all the old ones soon);

229 25/11/2015 22:22 Serge Torres

Bug fix and debugging options.

228 24/11/2015 22:53 Serge Torres

Added: more debug code.

227 24/11/2015 03:08 Serge Torres

Some bug fixes on precision setting and retrieval.

225 22/11/2015 22:48 Serge Torres

Lots of fixes.
Extra functions added for ranges management.

224 21/11/2015 22:29 Serge Torres

Minor changes on run time files.
Completed: function for polynomials coefficients rounding.
Added: debug code in several places.

222 19/11/2015 22:00 Serge Torres

Created: extra verbose function for debugging.
Added: debug option to several functionsK

219 17/11/2015 18:14 Serge Torres

Added: code for polynomial coefficients rounding. Stand alone programs can use the new functionality. Some testing done as well. Fixed: a few bugs and typos.
Refactored: precision management in a few function, in a clearer, more systematic and less error prone mode (much more to do).

213 12/11/2015 08:46 Serge Torres

Fixed: typos and minor bugs.

212 09/11/2015 17:54 Serge Torres

Extra functions and driver added to compute lattice volume and immediate display of reduction timings.

207 09/10/2015 22:25 Serge Torres
206 09/10/2015 22:21 Serge Torres

Nothing special.

197 08/10/2015 00:15 Serge Torres

Finished: runtime function v2 with minimal resultants and roots search.
Testing is still needed.

194 07/10/2015 18:02 Serge Torres

Added new file for runtime SLZ functions.
A first one comes from runSLZ.
Another is under development.