File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def main():
1717 wheel_factorization_level = int (os .environ .get ('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL' )) if os .environ .get ('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL' ) else 1
1818 sieving_bound_multiplier = float (os .environ .get ('FINDAFACTOR_SIEVING_BOUND_MULTIPLIER' )) if os .environ .get ('FINDAFACTOR_SIEVING_BOUND_MULTIPLIER' ) else 1.0
1919 smoothness_bound_multiplier = float (os .environ .get ('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER' )) if os .environ .get ('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER' ) else 1.0
20- gaussian_elimination_row_offset = int (os .environ .get ('FINDAFACTOR_GAUSSIAN_ELIMINATION_ROW_OFFSET' )) if os .environ .get ('FINDAFACTOR_GAUSSIAN_ELIMINATION_ROW_OFFSET' ) else 1
20+ gaussian_elimination_row_offset = int (os .environ .get ('FINDAFACTOR_GAUSSIAN_ELIMINATION_ROW_OFFSET' )) if os .environ .get ('FINDAFACTOR_GAUSSIAN_ELIMINATION_ROW_OFFSET' ) else 8
2121 check_small_factors = True if os .environ .get ('FINDAFACTOR_CHECK_SMALL_FACTORS' ) else False
2222
2323 if argv_len > 1 :
You can’t perform that action at this time.
0 commit comments