COIN-OR::LEMON - Graph Library

Opened 17 years ago

Closed 15 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 16 years ago by Alpar Juttner

Milestone: Post 1.0

comment:2 Changed 16 years ago by Alpar Juttner

Owner: changed from Alpar Juttner to Balazs Dezso

comment:3 Changed 16 years ago by Balazs Dezso

Status: newassigned

comment:4 Changed 15 years ago by Balazs Dezso

Resolution: fixed
Status: assignedclosed

It is already solved.

Note: See TracTickets for help on using tickets.