From 106f002f548353e6bf187c169fc2006821c44238 Mon Sep 17 00:00:00 2001 From: Krzysztof Domino Date: Wed, 4 Oct 2023 09:18:53 +0200 Subject: [PATCH] correction --- AGV_quantum/qubo_solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGV_quantum/qubo_solver.py b/AGV_quantum/qubo_solver.py index 50f10a8..7ea9aab 100644 --- a/AGV_quantum/qubo_solver.py +++ b/AGV_quantum/qubo_solver.py @@ -162,7 +162,7 @@ def annealing( sim_anneal_var_dict=None, load=False, store=True, -) -> list[dict]: +): """Performs the annealing experiment :param lp: The linear program instance