File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def process_solution(model):
143143
144144def main ():
145145 test_min_flow_decomp (filename = "tests/cyclic_graphs/gt3.kmer15.(130000.132000).V23.E32.cyc100.graph" )
146- test_min_flow_decomp (filename = "tests/cyclic_graphs/gt5.kmer27.(655000.660000).V18.E27.mincyc4.e0.75.graph" )
146+ # test_min_flow_decomp(filename = "tests/cyclic_graphs/gt5.kmer27.(655000.660000).V18.E27.mincyc4.e0.75.graph")
147147 test_least_abs_errors (filename = "tests/cyclic_graphs/gt5.kmer27.(655000.660000).V18.E27.mincyc4.e0.75.graph" )
148148 test_min_path_error (filename = "tests/cyclic_graphs/gt5.kmer27.(655000.660000).V18.E27.mincyc4.e0.75.graph" )
149149
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ def __init__(
169169 self .solve_statistics = {}
170170 self ._solution = None
171171 self ._lowerbound_k = None
172+ self ._is_solved = False
172173
173174 # Get the max flow value on an edge
174175 self .w_max = max (self .G .edges [edge ][self .flow_attr ]
You can’t perform that action at this time.
0 commit comments