Opened 13 years ago
Closed 12 years ago
#440 closed defect (fixed)
Bug fix in dimacs-solver
Reported by: | Peter Kovacs | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The attached patch fixes a bug in the dimacs-solver
tool. The result of NetworkSimplex::run()
was considered as a bool value, although it is an enum with three values. In fact, the behavior of the tool was not erroneous in most cases, since the values of INFEASIBLE
and OPTIMAL
were selected to be 0 and 1, respectively.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | 440-e1ee6ea9abc1.patch added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 follow-up: 4 Changed 12 years ago by
Owner: | changed from Peter Kovacs to Alpar Juttner |
---|---|
Status: | assigned → new |
The patch [e1ee6ea9abc1] looks good to me. Alpar, could you patch it to the main branch?
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to deba:
The patch [e1ee6ea9abc1] looks good to me. Alpar, could you patch it to the main branch?
Done (and also to branches 1.1 and 1.2), see [c5990f454032].
[e1ee6ea9abc1] is attached.