File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -146,20 +146,6 @@ The absolute path `REPL.find_hist_file()` of the REPL's history file. If
146
146
$(DEPOT_PATH[1])/logs/repl_history.jl
147
147
```
148
148
149
- ### ` JULIA_PKGRESOLVE_ACCURACY `
150
-
151
- A positive ` Int ` that determines how much time the package dependency resolver's max-sum
152
- subroutine ` MaxSum.maxsum() ` will devote to attempting to satisfy constraints before giving
153
- up. This value's default is ` 1 ` , with higher values corresponding to longer amounts of
154
- time.
155
-
156
- Suppose the value of ` $JULIA_PKGRESOLVE_ACCURACY ` is ` n ` . Then
157
-
158
- * the number of pre-decimation iterations is ` 20*n ` ,
159
- * the number of iterations between decimation steps is ` 10*n ` , and
160
- * at decimation steps, at most one in every ` 20*n ` packages is decimated.
161
-
162
-
163
149
## External applications
164
150
165
151
### ` JULIA_SHELL `
You can’t perform that action at this time.
0 commit comments