refactored data loading code
This commit is contained in:
parent
6f6df97af8
commit
1067c6a514
8 changed files with 74 additions and 128 deletions
|
|
@ -13,5 +13,5 @@ output = argv[2]
|
|||
for i in range(2, 7):
|
||||
num = 2**i
|
||||
|
||||
system(f"cargo run --release --bin=gen_landmarks_greedy -- --input={graph} --output={output}_greedy_{ num }.bin --amount { num }")
|
||||
system(f"cargo run --release --bin=gen_landmarks_random -- --input={graph} --output={output}_random_{ num }.bin --amount { num }")
|
||||
system(f"cargo run --release --bin=gen_landmarks_greedy -- --graph={graph} --output={output}_greedy_{ num }.bin --amount { num }")
|
||||
system(f"cargo run --release --bin=gen_landmarks_random -- --graph={graph} --output={output}_random_{ num }.bin --amount { num }")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue