-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thorough rewriting of
reduction_trees
In this new version of reduction_trees, the maps between different components (inertial, lower and upper) are constructed in a systematic way and such that they are compatible with the maps of generic fibers. All components are created as curves over an *absolute* finite fields, thus fixing issue MCLF#103 and adressing in aprt issue MCLF#66. This is done by using the helper functions and `make_finite_fields` which turns a finite field into an absolute fielte, and `make_function_fields` which turns a function field into a 'true' function field over an absolute finite field. There should be more doctests and internal consistency test.
- Loading branch information
Showing
4 changed files
with
308 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.