COIN-OR::LEMON - Graph Library

Changeset 2369:6ae1a97055a2 in lemon-0.x for demo/lp_demo.cc


Ignore:
Timestamp:
02/19/07 19:21:28 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3184
Message:

Naming convention changes

setObj => obj
is_min => isMin
is_max => isMax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/lp_demo.cc

    r1956 r2369  
    6666  lp.colLowerBound(x3, 0);
    6767  //Objective function
    68   lp.setObj(10*x1+6*x2+4*x3);
     68  lp.obj(10*x1+6*x2+4*x3);
    6969 
    7070  //Call the routine of the underlying LP solver
Note: See TracChangeset for help on using the changeset viewer.