Commit 4a252b2
committed
Increasing the MAX_ITERATIONS limits in sbisect and regula_falsa.
Even with recent updates found in practice sbisect sometimes needs nearly 60
iterations and regula_falsa just over 100. Previously used identical limits
of 50. Now 65 and 130 respectively1 parent 89e661c commit 4a252b2
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
689 | 695 | | |
690 | 696 | | |
691 | 697 | | |
| |||
0 commit comments