equal
deleted
inserted
replaced
393 CplexLp lp_cplex1,lp_cplex2; |
393 CplexLp lp_cplex1,lp_cplex2; |
394 lpTest(lp_cplex1); |
394 lpTest(lp_cplex1); |
395 aTest(lp_cplex2); |
395 aTest(lp_cplex2); |
396 cloneTest<CplexLp>(); |
396 cloneTest<CplexLp>(); |
397 } catch (CplexEnv::LicenseError& error) { |
397 } catch (CplexEnv::LicenseError& error) { |
398 #ifdef LEMON_FORCE_CPLEX_CHECK |
|
399 check(false, error.what()); |
398 check(false, error.what()); |
400 #else |
|
401 std::cerr << error.what() << std::endl; |
|
402 std::cerr << "Cplex license check failed, lp check skipped" << std::endl; |
|
403 #endif |
|
404 } |
399 } |
405 #endif |
400 #endif |
406 |
401 |
407 #ifdef HAVE_SOPLEX |
402 #ifdef HAVE_SOPLEX |
408 { |
403 { |