lemon/lgf_writer.h
changeset 1092 dceba191c00d
parent 1074 97d978243703
child 1161 7d32a2d6ed59
     1.1 --- a/lemon/lgf_writer.h	Fri Aug 09 14:07:27 2013 +0200
     1.2 +++ b/lemon/lgf_writer.h	Fri Aug 09 11:28:17 2013 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2010
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -185,7 +185,7 @@
    1.13      public:
    1.14        ValueStorage(const Value& value, const Converter& converter = Converter())
    1.15          : _value(value), _converter(converter) {}
    1.16 -      
    1.17 +
    1.18        virtual std::string get() {
    1.19          return _converter(_value);
    1.20        }