Binary test file excluded from repository set.
Tested: pobyso_new_monomial function.Added: pobyso_subpoly function wrapper; doxygen configuration file.Changed: clean up in return values of functions (no errors any more, NULL pointers or 0 ints instead).
Added: pobyso_is_constant_expression (finished), andpobyso_new_monomial (to be tested).
Lot's of changes, to complex to describe in details.
Small bug fix.
Changed pobyso_function_t type to pobyso_func_exp_t type.
Taking into account changes to Pobyso.
Lots of revisions of the C version of Pobyso.
Several adaptations to Sollya 4.xMainly in pobyso_parser_string
Project restarts.
Code reorganizing for coppersmith roots finding.More or less tested.
Comments fixes and marginal code fixes.
Function for integer polynomial modular roots almost completed.Function for coppersmith reduced polynomials created and almost completed.
New function to compute the modular roots. Unfinished.
Debugging slz_compute_binade_bounds.Integrating emax (with a disputable solution).
Lots of small fixes.
Added funtion slz_compute_binade_bounds().This version does not deal with emax yet.
Changes in pobyso_get_list_elements_so_so to:- minimize memory manipulations;- enhance documentation
Lots of memory leaks fixed.
Test library started: testPobyso.sageNew Sollya functions added: sollya_lib.sageMemory leaks fixed: pobyso.py
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.
Comments added.
Bug fixing.
Heavy refactoring of the interval splitting sections.
Bug fixes.
Bug fixed in slz_compute_reduced_polynomials
Function compute_reduced_polynomials created.Still needs debugging.
Bugs fixed smo_zero_rows_index_list
Added function smo_zero_rows_index_list
New function related to tranform matrix.
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...
Abortion on null interval added.
Bug fix in slz_compute_polynomial_and_interval: take the internal Sollya precision into account.Lots of memory management and variable renaming.
Lot's of changes in pobyso.Memory management in taylor form and others.New functions.
Lots of typos.Some memory management in pobyso.Row and column matices for LLL.
Added: cimport of malloc and free to fix compilation errors as ofSage 5.11.
- 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.
Polynomial conversion functions added.
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
Create new conversion function header to get Sollya polynomialsfrom Sage polynomials.
Added the scaled function computation function.
Several minor fixes.
Fixed interval shrinking with different formulas whencomputing a list a Taylor polynomials.
Réaménagement des répertoires.
Réaménagment du code dans sageRelationalOperations.sage
numerators and denominators function added.Typos fixed in notes.
sageRationalOperation file creation.
Approximation interval problem notes added.
Moved file sageSLZ.sage into it's own directory.
Typo in sageSLZ.sage.sageSLZ directory creation.
Added variable change.Added correct approximation precision management.
Typos in pobyso.sy.More substantial changes in sageSLZ.sage
Lots of debugging in sageSLZ.sage.Minor typo clean up in pobyso.py
Adding scaling (not finished).
sageSLZ file creation.
Polynomila conversion stuff. Still in progress...
Added (untested) function pobyso_taylor_form_with_function_change_so_so
New functions added for polynomials conversion from Sollya to Sage.
Lots of bug fixes and enhancements.Taylor expansions stuff added.
Added solly_lib_mid...
supnorm stuff added.
Bugs fixing.
Interval/Range stuff added.
Remez and Tayloform updates
Mainly, new min_rn_size function added to sageMpfr.spyc.New #define constants and function declaration added.
Nothing
A
Del test.
Ajout du dossier test.
Suppression du dossier test.
Lots of change on pobyso.py: adding the suffixes to functions.
Start of Taylor model management for Coppersmith