COIN-OR::LEMON - Graph Library

Changeset 2325:d6ec469aa019 in lemon-0.x for test


Ignore:
Timestamp:
12/04/06 17:51:46 (17 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3101
Message:

Oops. I did not mean to break the repository.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r2324 r2325  
    298298  check(lp.objCoeff(x1)==1,"First term should be 1 in the obj function!");
    299299  check(lp.is_max(),"This is a maximization!");
    300   check(lp.coeff(upright,x1)==1,"The coefficient in question is 1!");
     300  check(lp.coeff(upright,x1)==0,"The coefficient in question is 1!");
    301301
    302302
Note: See TracChangeset for help on using the changeset viewer.