From b3a8298f1d8ab6d6fd59e9f677939219791b3101 Mon Sep 17 00:00:00 2001 From: lucascondeixa Date: Fri, 23 Aug 2024 11:34:41 +0300 Subject: [PATCH] Update runfix --- .triton/exe/opt/instances_test.txt | 41 +----------------------------- .triton/exe/opt/run_fix.jl | 5 ++++ Project.toml | 2 +- 3 files changed, 7 insertions(+), 41 deletions(-) diff --git a/.triton/exe/opt/instances_test.txt b/.triton/exe/opt/instances_test.txt index 037fd34b6..a9a6b4655 100644 --- a/.triton/exe/opt/instances_test.txt +++ b/.triton/exe/opt/instances_test.txt @@ -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 \ No newline at end of file +08n8760h0011c2b_mm \ No newline at end of file diff --git a/.triton/exe/opt/run_fix.jl b/.triton/exe/opt/run_fix.jl index ed46ce8cf..6d95bec87 100644 --- a/.triton/exe/opt/run_fix.jl +++ b/.triton/exe/opt/run_fix.jl @@ -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)); diff --git a/Project.toml b/Project.toml index 2d5839cd3..fa09651be 100644 --- a/Project.toml +++ b/Project.toml @@ -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"