COIN-OR::LEMON - Graph Library

Changeset 768:a5e9303a5511 in lemon-0.x for src/work/marci/lp


Ignore:
Timestamp:
08/23/04 13:06:00 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1031
Message:

stGraphWrapper modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/lp/lp_solver_wrapper.h

    r765 r768  
    332332    }
    333333    ///.
    334     void setObjCoef(const ColIt& col_it, double obj_coef) {
    335       lpx_set_obj_coef(lp, col_iter_map[col_it], obj_coef);
     334    double getObjCoef(const ColIt& col_it) {
     335      return lpx_get_obj_coef(lp, col_iter_map[col_it]);
    336336    }
    337337    ///.
Note: See TracChangeset for help on using the changeset viewer.