Opened 17 years ago
Closed 16 years ago
#4 closed enhancement (fixed)
Add missing query functions to the LP interface
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
Functions required to retrieve
- a row (
row(Row)
) - a column (
col(Col)
) - an element of the matrix (
coeff(Row, Col)
) - the objective function (
obj()
,objCoeff(Col)
) - the row/col bounds (
colLowerBound(Col)
,colUpperBound(Col)
,rowLowerBound(Row)
,rowUpperBound(Row)
) - etc
This ticket is a copy of report #14 of the old bug tracking system. It refers to svn trunk -r2470.
Change History (4)
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 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It is already solved.