|
229250acca
|
remove unused variable
|
2023-11-04 20:09:53 +01:00 |
|
|
777017c289
|
fix: missing return statement
|
2023-11-04 20:09:33 +01:00 |
|
|
bfcf885e8f
|
shrink: bug fixes
|
2023-11-04 20:08:55 +01:00 |
|
|
c162b92e8c
|
initialize with greedy matching
|
2023-11-04 19:50:51 +01:00 |
|
|
750ab37457
|
remove comments in output routine
|
2023-11-04 19:50:51 +01:00 |
|
|
ca214a281c
|
ignore build folder
|
2023-11-04 19:50:51 +01:00 |
|
|
48e225310c
|
reset matching when entering edmonds algorithm
|
2023-11-04 19:50:49 +01:00 |
|
|
e232da1234
|
method to reset matching
|
2023-11-04 19:49:59 +01:00 |
|
|
05ab338cf2
|
add some assertions
|
2023-11-04 19:49:59 +01:00 |
|
|
a1862661e8
|
fix typo on bad member access
|
2023-11-04 19:49:59 +01:00 |
|
|
daaee30be8
|
throw error when input file cannot be opened
|
2023-11-04 19:49:59 +01:00 |
|
|
46263b01a7
|
add documentation
|
2023-11-04 19:49:59 +01:00 |
|
|
bdc5798eed
|
call matching algorithm in main method
|
2023-11-04 19:49:59 +01:00 |
|
heikodanielbraun
|
0131c31c74
|
shrink apart from last loop
|
2023-11-04 19:46:31 +01:00 |
|
|
e568e298f0
|
Start implementation of matching algorithm
|
2023-11-04 18:29:49 +01:00 |
|
|
a35d86d0d4
|
add interface for matching algo
|
2023-11-04 17:49:57 +01:00 |
|
|
0b91007fa6
|
make node members public
|
2023-11-04 17:41:17 +01:00 |
|
|
433430f92c
|
reset forest method
|
2023-11-04 17:36:33 +01:00 |
|
|
4c65b47f39
|
mark constructor explicit
|
2023-11-04 17:36:12 +01:00 |
|
|
4a332be0e7
|
Store μ,φ,ρ in nodes
Also, add simple property checkers whether nodes are
inner/outer/out-of-forest.
|
2023-11-04 17:36:10 +01:00 |
|
|
174777396a
|
initial commit
|
2023-11-04 17:12:18 +01:00 |
|