COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_base.h

    r956 r933  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2011
     5 * Copyright (C) 2003-2010
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    15571557
    15581558    ///Clears the problem
    1559     void clear() { _clear(); rows.clear(); cols.clear(); }
     1559    void clear() { _clear(); }
    15601560
    15611561    /// Sets the message level of the solver
Note: See TracChangeset for help on using the changeset viewer.