COIN-OR::LEMON - Graph Library

Changeset 2363:2aabce558574 in lemon-0.x for test/Makefile.am


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

Changes on the LP interface

_FixId => LpId?

  • handling of not common ids soplex

LpGlpk? row and col erase bug fix

  • calling lpx_std_basis before simplex

LpSoplex?

  • added getter functions
  • better m4 file
  • integration to the tests
  • better handling of unsolved lps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r2290 r2363  
    5050if HAVE_CPLEX
    5151check_PROGRAMS += test/lp_test test/mip_test
    52 endif HAVE_CPLEX
     52else !HAVE_CPLEX
     53if HAVE_SOPLEX
     54check_PROGRAMS += test/lp_test
     55endif HAVE_SOPLEX
     56endif !HAVE_CPLEX
    5357endif !HAVE_GLPK
    5458
     
    9094
    9195test_lp_test_SOURCES = test/lp_test.cc
    92 test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
     96test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    9397test_mip_test_SOURCES = test/mip_test.cc
    94 test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
     98test_mip_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
Note: See TracChangeset for help on using the changeset viewer.