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

Commit

Permalink
typo from #16714(comment 59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Aug 18, 2014
1 parent d3d0d10 commit 74e38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/numerical/mip.pyx
Expand Up @@ -1183,7 +1183,7 @@ cdef class MixedIntegerLinearProgram(SageObject):
if b.is_variable_integer(i):
var_type = 'an integer'
elif b.is_variable_binary(i):
var_type = 'a boolean variable'
var_type = 'a boolean'
else:
var_type = 'a continuous'
if varid_name[i] == str(self.gen(i)):
Expand Down

0 comments on commit 74e38d5

Please sign in to comment.