Historique | Voir | Annoter | Télécharger (51,59 ko)
Added: floating-point coefficients polynomials to rational coefficients polynomials. Functions copied from sageSLZ.sage since the rather belonghere than in the previous file. Prefix changed accordingly.
Added: sno operation for floating-point conversion to rationals sothat denominator is a power of 2.Fixed: several little bug : - expression to function transformation (function(varList) method); - return values (None for invalid calls or internal errors, empty tuples...
Small changes...
Added: an new basis generation. Is the same as in version 7 butgeneration order is not different.After preliminary tests, nothing changes.
Added a new base generating function.
Lots of fixes, too long to detail. Mainly on the scaling andapproximation computing areas.
Lots of fixes due to changes in Sage 6.6.Mainly :- changed (and deprecated) behaviour of "load";- changed behaviour of assume_str (adds "_SAGE_VAR" to variable names).
Typos fixed.Playing around with version 6.
Extra functions added:- pobyso_error_so: generate a Sollya error object;- pobyso_is_error_so_sa: check if some Sollya object is an error object;- a new function (version 6) to compute polynomials for Coppersmith;- added entries in sollya_lib.sage for new Sollya functions used;...
Function for integer polynomial modular roots almost completed.Function for coppersmith reduced polynomials created and almost completed.
Cosmetic changes.
New polynomials generating function
Slight changes in comment
Very heavy refactoring. Mostly tested.
Bug fix.
New to_polynomials function added.Major synchronization problem!
A new polynomials generating function is created. No new code yet.
Some changes on spo_norm.
Heavy debugging and in deepth overhaul of the matrix generation.
New version of the polynomials building function. Still needs work.
Bug fixing.
Bug fixes.
ToDos done.Functions added.Typos fixed
Typos and comments fixing.
Added the polynomial strings to the return value of spo_polynomial_to_proto_matrix()
Comments and printing debug cleaning.Marginal algorithm alterations.
Column stuff addedTypos and comments fixed.
Monomials evaluation added in spo_proto_to_row_matrix
Adding expression evaluation at bounds to matrix building.
Lots of bug fixes in matrix operations.Typos in others.Return value changed int spo_polynomial_to_proto_matrix: returnthe known monomials list as well (necessary to rebuild the polynomialsfrom the matrices).Unplugging custom LCM computations for lists: the native...
Lots of typos.Some memory management in pobyso.Row and column matices for LLL.
- Norm function for multivariate polynomials create (a lot of TODOs remaining);- sageSLZ-Notes updated, after new ideas (see below).- Total transformation of interval/polynomial building (with some checks done to validate the new "adaptative" system and tweak the constants;...
Massive functions update:- new functions added for polynomial transformation;- many changes in variable management for expressions and functions;- function issues (warning about deprecated syntax) fixed.
Many comment updates.
Main functions of sagePolynomialOperations completed and checkedagainst the preliminary versions in Sage notebook polynomialsForCoppersmith.
Typos fixing
Function naming scheme changed.
Initial versions of sageMatrixOperations.sage and sagePolynomialMatrixOperations.sage