Révision 231
pobysoPythonSage/src/sageSLZ/sageRunSLZ.sage (revision 231) | ||
---|---|---|
96 | 96 |
## Number of iterations limit. |
97 | 97 |
maxIter = 100000 |
98 | 98 |
# |
99 |
## Set the variable name in Sollya. |
|
100 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
99 | 101 |
## Compute the scaled function and the degree, in their Sollya version |
100 | 102 |
# once for all. |
101 | 103 |
(scaledf, sdlb, sdub, silb, siub) = \ |
... | ... | |
590 | 592 |
## Number of iterations limit. |
591 | 593 |
maxIter = 100000 |
592 | 594 |
# |
595 |
## Set the variable name in Sollya. |
|
596 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
593 | 597 |
## Compute the scaled function and the degree, in their Sollya version |
594 | 598 |
# once for all. |
595 | 599 |
(scaledf, sdlb, sdub, silb, siub) = \ |
... | ... | |
1064 | 1068 |
## Number of iterations limit. |
1065 | 1069 |
maxIter = 100000 |
1066 | 1070 |
# |
1071 |
## Set the variable name in Sollya. |
|
1072 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
1067 | 1073 |
## Compute the scaled function and the degree, in their Sollya version |
1068 | 1074 |
# once for all. |
1069 | 1075 |
(scaledf, sdlb, sdub, silb, siub) = \ |
... | ... | |
1552 | 1558 |
Zit = ZZ[i,t] |
1553 | 1559 |
## Number of iterations limit. |
1554 | 1560 |
maxIter = 100000 |
1561 |
## Set the variable name in Sollya. |
|
1562 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
1555 | 1563 |
# |
1556 | 1564 |
## Compute the scaled function and the degree, in their Sollya version |
1557 | 1565 |
# once for all. |
... | ... | |
2060 | 2068 |
## Number of iterations limit. |
2061 | 2069 |
maxIter = 100000 |
2062 | 2070 |
# |
2071 |
## Set the variable name in Sollya. |
|
2072 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
2063 | 2073 |
## Compute the scaled function and the degree, in their Sollya version |
2064 | 2074 |
# once for all. |
2065 | 2075 |
(scaledf, sdlb, sdub, silb, siub) = \ |
... | ... | |
2530 | 2540 |
## Number of iterations limit. |
2531 | 2541 |
maxIter = 100000 |
2532 | 2542 |
# |
2543 |
## Set the variable name in Sollya. |
|
2544 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
2533 | 2545 |
## Compute the scaled function and the degree, in their Sollya version |
2534 | 2546 |
# once for all. |
2535 | 2547 |
(scaledf, sdlb, sdub, silb, siub) = \ |
2536 | 2548 |
slz_compute_scaled_function(function, lowerBound, upperBound, precision) |
2537 | 2549 |
print "Scaled function:", scaledf._assume_str().replace('_SAGE_VAR_', '') |
2550 |
#print "Scaled bounds:", sdlb, sdub |
|
2538 | 2551 |
scaledfSo = sollya_lib_parse_string(scaledf._assume_str().replace('_SAGE_VAR_', '')) |
2539 | 2552 |
degreeSo = pobyso_constant_from_int_sa_so(degree) |
2540 | 2553 |
# |
... | ... | |
3032 | 3045 |
## Number of iterations limit. |
3033 | 3046 |
maxIter = 100000 |
3034 | 3047 |
# |
3048 |
## Set the variable name in Sollya. |
|
3049 |
pobyso_name_free_variable_sa_so(str(function.variables()[0])) |
|
3035 | 3050 |
## Compute the scaled function and the degree, in their Sollya version |
3036 | 3051 |
# once for all. |
3037 | 3052 |
(scaledf, sdlb, sdub, silb, siub) = \ |
Formats disponibles : Unified diff