COIN-OR::LEMON - Graph Library

Changeset 2221:c7261e981330 in lemon-0.x


Ignore:
Timestamp:
09/26/06 14:20:22 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2959
Message:

Minor changes.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp.h

    r2218 r2221  
    8282} //namespace lemon
    8383
    84 #endif //LEMON_LP_BASE_H
     84#endif //LEMON_LP_H
  • test/mip_test.cc

    r2218 r2221  
    44#include <lemon/mip_cplex.h>
    55#include <lemon/mip_glpk.h>
    6 #include<lemon/config.h>
     6
     7#ifdef HAVE_CONFIG_H
     8#include <config.h>
     9#endif
     10
     11
    712
    813using namespace lemon;
     
    6368
    6469  //Maximization of x1
    65   //over the triangle with vertices
     70  //over the triangle with vertices (0,0),(4/5,2/5),(0,2)
    6671  double expected_opt=4.0/5.0;
    6772  solveAndCheck(mip, MipSolverBase::OPTIMAL, expected_opt);
     
    9196#endif
    9297
    93 
    94 
    9598#ifdef HAVE_CPLEX
    96   //std::cout<<ATTILA<<INTEGER;
    9799  MipCplex mip2;
    98100  aTest(mip2);
Note: See TracChangeset for help on using the changeset viewer.