COIN-OR::LEMON - Graph Library

Changeset 619:e09818232531 in lemon-0.x for src/work/klao/debug.h


Ignore:
Timestamp:
05/12/04 00:50:09 (20 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@804
Message:

path improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/klao/debug.h

    r493 r619  
    1919    //! corresponding map to NULL...
    2020    static const bool ensure_safe_state = true;
     21
     22    static const int verbose = 5;
    2123  };
    2224
     
    2527    static const bool range_check = false;
    2628    static const bool ensure_safe_state = false;
     29    static const int verbose = 0;
    2730  };
    2831
Note: See TracChangeset for help on using the changeset viewer.