COIN-OR::LEMON - Graph Library

Changeset 2465:df09310da558 in lemon-0.x


Ignore:
Timestamp:
08/25/07 12:12:03 (17 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3303
Message:

Consider the CPXMIP_OPTIMAL_TOL status as OPTIMAL too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/mip_cplex.cc

    r2415 r2465  
    9494    {
    9595      case CPXMIP_OPTIMAL:
     96        // Optimal integer solution has been found.
     97      case CPXMIP_OPTIMAL_TOL:
     98        // Optimal soluton with the tolerance defined by epgap or epagap has
     99        // been found.
    96100        return OPTIMAL;
    97101        //This also exists in later issues
Note: See TracChangeset for help on using the changeset viewer.