demo/min_route.cc
changeset 1636 260ac104190f
parent 1435 8e85e6bbefdf
child 1775 f19e108cb286
     1.1 --- a/demo/min_route.cc	Wed Aug 17 15:20:18 2005 +0000
     1.2 +++ b/demo/min_route.cc	Wed Aug 17 15:26:00 2005 +0000
     1.3 @@ -1,3 +1,19 @@
     1.4 +/* -*- C++ -*-
     1.5 + * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
     1.6 + *
     1.7 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
     1.9 + *
    1.10 + * Permission to use, modify and distribute this software is granted
    1.11 + * provided that this copyright notice appears in all copies. For
    1.12 + * precise terms see the accompanying LICENSE file.
    1.13 + *
    1.14 + * This software is provided "AS IS" with no warranty of any kind,
    1.15 + * express or implied, and with no claim as to its suitability for any
    1.16 + * purpose.
    1.17 + *
    1.18 + */
    1.19 +
    1.20  #include <iostream>
    1.21  #include <fstream>
    1.22