Skip to content

Commit e5ae91f

Browse files
🤖 Format .jl files (#418)
Co-authored-by: tmigot <tmigot@users.noreply.github.com>
1 parent eb8362a commit e5ae91f

252 files changed

Lines changed: 1271 additions & 1522 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Meta/BOX2.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ SIF input: Ph. Toint, Dec 1989.
4141
address = {Halifax, Canada}
4242
}
4343
""",
44-
4544
:lib => "CUTEst:BOX2",
4645
)
4746
get_BOX2_nvar(; n::Integer = default_nvar, kwargs...) = 3

src/Meta/auglag.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unco
4343
url = {https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization}
4444
}
4545
""",
46-
4746
:lib => "LuksanSparse:11",
4847
)
4948

src/Meta/bdqrtic.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ D. Orban, Montreal, 08/2015.
5454
year = {1988}
5555
}
5656
""",
57-
5857
:lib => "CUTEst:BDQRTIC, Luksan:2",
5958
)
6059
get_bdqrtic_nvar(; n::Integer = default_nvar, kwargs...) = 1 * n + 0

src/Meta/bearing.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ COPS 3.1 - March 2004
4545
doi = {10.2172/834714}
4646
}
4747
""",
48-
4948
:lib => "COPS:16",
5049
)
5150
get_bearing_nvar(;

src/Meta/booth.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ SIF input: Ph. Toint, Dec 1989.
4343
address = {Halifax, Canada}
4444
}
4545
""",
46-
4746
:lib => "CUTEst:BOOTH",
4847
)
4948
get_booth_nvar(; n::Integer = default_nvar, kwargs...) = 2

src/Meta/boundary.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Academy of Science of the Czech Republic
3939
url = {https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization}
4040
}
4141
""",
42-
4342
:lib => "LuksanSparse:14",
4443
)
4544

src/Meta/browngen1.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unco
4343
url = {https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization}
4444
}
4545
""",
46-
4746
:lib => "LuksanSparse:12",
4847
)
4948

src/Meta/browngen2.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unco
4343
url = {https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization}
4444
}
4545
""",
46-
4746
:lib => "LuksanSparse:13",
4847
)
4948

src/Meta/broyden7d.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unco
4343
url = {https://www.researchgate.net/publication/325314400_Sparse_Test_Problems_for_Unconstrained_Optimization}
4444
}
4545
""",
46-
4746
:lib => "LuksanSparse:7",
4847
)
4948

src/Meta/broydn7d.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ D. Orban, Montreal, 08/2015.
7676
doi = {10.1090/s0025-5718-1978-0483452-7}
7777
}
7878
""",
79-
8079
:lib => "CUTEst:BROYDN7D, Luksan:3",
8180
)
8281
get_broydn7d_nvar(; n::Integer = default_nvar, kwargs...) = 2 * max(1, div(n, 2))

0 commit comments

Comments
 (0)