Skip to content
Snippets Groups Projects
Commit cf6fc54a authored by Bardhyl Miftari's avatar Bardhyl Miftari
Browse files

removing cbc enforced param

parent 8a61f62b
No related branches found
Tags v0.1.4
No related merge requests found
Pipeline #11149 passed
......@@ -135,8 +135,6 @@ def cbc_solver(matrix_a_eq: coo_matrix, vector_b_eq: np.ndarray,
print("Options file not found")
option_info = dict()
new_dict_options_from_file["gap"] = ["double", 2]
new_dict_options_from_file["maxtime"] = ["double", 2]
for option_name, [option_type, option_value] in new_dict_options_from_file.items():
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment