Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
CoinBackend: In add_col, don't forget to append to col_names
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 15, 2016
1 parent 751d621 commit 9d39e0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/numerical/backends/coin_backend.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,9 @@ cdef class CoinBackend(GenericBackend):

self.si.addCol (1, c_indices, c_values, 0, self.si.getInfinity(), 0)

self.col_names.append("")


cpdef int solve(self) except -1:
r"""
Solves the problem.
Expand Down

0 comments on commit 9d39e0c

Please sign in to comment.