Skip to content

Commit

Permalink
Update runfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascondeixa committed Aug 23, 2024
1 parent f3eab63 commit b3a8298
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 41 deletions.
41 changes: 1 addition & 40 deletions .triton/exe/opt/instances_test.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1 @@
08n8760h0011c2b_mm
08n8760h0012c2b_mm
08n8760h0013c2b_mm
08n8760h0014c2b_mm
08n8760h0015c2b_mm
08n8760h0016c2b_mm
08n8760h0017c2b_mm
08n8760h0018c2b_mm
08n8760h0019c2b_mm
08n8760h0020c2b_mm
08n8760h0021c2b_mm
08n8760h0022c2b_mm
08n8760h0023c2b_mm
08n8760h0024c2b_mm
08n8760h0025c2b_mm
08n8760h0026c2b_mm
08n8760h0027c2b_mm
08n8760h0028c2b_mm
08n8760h0029c2b_mm
08n8760h0030c2b_mm
08n8760h0031c2b_mm
08n8760h0032c2b_mm
08n8760h0033c2b_mm
08n8760h0034c2b_mm
08n8760h0035c2b_mm
08n8760h0036c2b_mm
08n8760h0037c2b_mm
08n8760h0038c2b_mm
08n8760h0039c2b_mm
08n8760h0040c2b_mm
08n8760h0041c2b_mm
08n8760h0042c2b_mm
08n8760h0043c2b_mm
08n8760h0044c2b_mm
08n8760h0045c2b_mm
08n8760h0046c2b_mm
08n8760h0047c2b_mm
08n8760h0048c2b_mm
08n8760h0049c2b_mm
08n8760h0050c2b_mm
08n8760h0011c2b_mm
5 changes: 5 additions & 0 deletions .triton/exe/opt/run_fix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ else
results_clust_path = joinpath(instance_path_clust,string("output_tri_nodal"))
end

if occursin("min_cap",clust_method)
# Adding 'min_cap' in the output directory name if 2-stages
results_clust_path = results_clust_path * "_min_cap"
end

output_path = results_clust_path * "_fix"
mkpath(output_path)
mkpath(joinpath(output_path,results_dir));
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"

[compat]
julia = ">=1.1"
julia = ">=1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit b3a8298

Please sign in to comment.