From 2966ae33a0c8bdd58487084d89c06180d6e6aabe Mon Sep 17 00:00:00 2001 From: Krzysztof Domino Date: Thu, 11 Jul 2024 10:06:47 +0200 Subject: [PATCH] print n.o. constraints --- decipher_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decipher_results.py b/decipher_results.py index d2695e4..f0e6f26 100644 --- a/decipher_results.py +++ b/decipher_results.py @@ -141,7 +141,7 @@ def print_results(dict_list): path_to_results = os.path.join(ROOT, "AGV_quantum", "ising", "sbm_results", "H100_results.csv") path_to_annealing = os.path.join(ROOT, "AGV_quantum", "annealing_results", "tiny_2_AGV", "new_bqm.pkl") - size = "tiny" + size = "small" instance = f"{size}_ising" path_to_renumeration = os.path.join(ROOT, "AGV_quantum", "ising", f"{instance}_renumeration.pkl") path_to_lp = os.path.join(ROOT, "AGV_quantum", "lp_files", f"lp_{size}.pkl")