Skip to content

Commit

Permalink
fix: get rid of stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomas1234 committed Sep 1, 2016
1 parent d2fc255 commit 8d2d967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optlang/glpk_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def set_linear_coefficients(self, coefficients):
glp_get_col_name(problem, ia[i]): va[i] for i in range(1, num_rows + 1)
}
final_variables_and_coefficients.update(variables_and_coefficients)
print(final_variables_and_coefficients)

ia = intArray(num_cols + 1)
va = doubleArray(num_cols + 1)
Expand Down

0 comments on commit 8d2d967

Please sign in to comment.