File tree Expand file tree Collapse file tree 4 files changed +29
-7
lines changed Expand file tree Collapse file tree 4 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 2
2
* .jl. * .cov
3
3
* .jl.mem
4
4
docs /build
5
+ Manifest.toml
Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - 0.7
8
7
- 1.0
8
+ - 1.2
9
9
- nightly
10
10
11
11
matrix :
Original file line number Diff line number Diff line change
1
+ name = " LightGraphsMatching"
2
+ uuid = " e2bbde1f-9811-4914-b1d4-c88a7088c08f"
3
+ authors = [
" Mathieu Besançon <[email protected] >" ]
4
+ version = " 0.1.0"
5
+
6
+ [deps ]
7
+ BlossomV = " 6c721016-9dae-5d90-abf6-67daaccb2332"
8
+ Hungarian = " e91730f6-4275-51fb-a7a0-7064cfbd3b39"
9
+ JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
10
+ LightGraphs = " 093fc24a-ae57-5d10-9952-331d41423f4d"
11
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12
+ MathProgBase = " fdba3010-5040-5b88-9595-932c9decdf73"
13
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
14
+
15
+ [compat ]
16
+ BlossomV = " 0.4"
17
+ Hungarian = " 0.4"
18
+ JuMP = " 0.18"
19
+ LightGraphs = " 1.2"
20
+ julia = " 1"
21
+
22
+ [extras ]
23
+ Cbc = " 9961bab8-2fa3-5c5a-9d89-47fab24efd76"
24
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
25
+
26
+ [targets ]
27
+ test = [" Test" , " Cbc" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments