-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (22 loc) · 916 Bytes
/
Project.toml
File metadata and controls
24 lines (22 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "MatrixBandwidth"
uuid = "075aa41b-24fd-4573-b25f-92cae432c0f8"
keywords = ["matrix bandwidth", "sparse matrices", "optimization", "scientific computing", "julia"]
license = "MIT"
version = "0.3.0"
authors = ["Luis M. B. Varona <lm.varona@outlook.com>"]
description = "Fast algorithms for matrix bandwidth minimization and recognition, written in Julia."
homepage = "https://luis-varona.github.io/MatrixBandwidth.jl/"
maintainers = ["Luis M. B. Varona <lm.varona@outlook.com>"]
readme = "README.md"
repository = "https://github.com/Luis-Varona/MatrixBandwidth.jl"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
Combinatorics = "1.0"
DataStructures = "0.18.15 - 0.19"
PrecompileTools = "1.2"
Random = "1.10"
julia = "1.10"