From 9b1f5444f08f9ff8639602f40dba4e42cf956fbd Mon Sep 17 00:00:00 2001 From: Girish <79399756+Girish-Anadv-07@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:43:54 -0400 Subject: [PATCH] Bug fix --- gunfolds/solvers/clingo_rasl.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gunfolds/solvers/clingo_rasl.py b/gunfolds/solvers/clingo_rasl.py index 8cc1ae4a..aea08526 100644 --- a/gunfolds/solvers/clingo_rasl.py +++ b/gunfolds/solvers/clingo_rasl.py @@ -387,10 +387,6 @@ def drasl(glist, capsize=CAPSIZE, timeout=0, urate=0, weighted=False, scc=False, - : Set initial bound for objective function(s) :type optim: string - :returns: unique number for each graph considering only directed edges - :rtype: long integer - """ - :returns: results of parsed equivalent class :rtype: dictionary """