11 keywords = ["iterative", "optimization", "bisection", "branch-and-bound", "numerical"] |
11 keywords = ["iterative", "optimization", "bisection", "branch-and-bound", "numerical"] |
12 categories = ["mathematics", "data-structures"] |
12 categories = ["mathematics", "data-structures"] |
13 |
13 |
14 [dependencies] |
14 [dependencies] |
15 serde = { version = "1.0", features = ["derive"] } |
15 serde = { version = "1.0", features = ["derive"] } |
16 csv = "~1.1.6" |
16 csv = "~1.3.1" |
17 nalgebra = "~0.31.0" |
17 nalgebra = "~0.33.0" |
18 num-traits = { version = "~0.2.14", features = ["std"] } |
18 num-traits = { version = "~0.2.14", features = ["std"] } |
19 colored = "~2.0.0" |
19 colored = "~2.1.0" |
20 trait-set = "~0.2.0" |
|
21 num = "~0.4.0" |
20 num = "~0.4.0" |
22 itertools = "~0.10.3" |
21 itertools = "~0.13.0" |
23 numeric_literals = "~0.2.0" |
22 numeric_literals = "~0.2.0" |
24 cpu-time = "~1.0.0" |
23 cpu-time = "~1.0.0" |
25 serde_json = "~1.0.85" |
24 serde_json = "~1.0.85" |
26 rayon = "1.5.3" |
25 rayon = "1.5.3" |
27 |
26 |