Opened 17 years ago
Closed 16 years ago
#10 closed enhancement (done)
Basis status query should be three-state in LP
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | core | Version: | svn trunk |
Keywords: | Cc: | ||
Revision id: |
Description
A basis status of a column or row is one of the following three possibilities:
- The col/row is on the upper bound (not in the basis)
- The col/row is on the lower bound (not in the basis)
- The col/row is in the basis
The basis query function should reflect this.
This ticket is a copy of report #38 of the old bug tracking system. It refers to svn trunk -r2710.
Change History (6)
comment:1 Changed 17 years ago by
Milestone: | → Post 1.0 |
---|
comment:2 Changed 16 years ago by
Owner: | changed from Alpar Juttner to Balazs Dezso |
---|
comment:3 Changed 16 years ago by
Status: | new → assigned |
---|
comment:4 follow-up: 5 Changed 16 years ago by
comment:5 follow-up: 6 Changed 16 years ago by
Replying to alpar:
Hasn't this issue been solved by the redesign of the LP interface ([ed54c0d13df0])?
It is solved already, it has currently five states (basis, lower, upper, fixed, free).
comment:6 Changed 16 years ago by
Resolution: | → done |
---|---|
Status: | assigned → closed |
Replying to deba:
It is solved already, it has currently five states (basis, lower, upper, fixed, free).
Let's close this ticket then.
Hasn't this issue been solved by the redesign of the LP interface ([ed54c0d13df0])?