doc/template.h
author alpar
Sat, 03 Mar 2007 16:04:50 +0000
changeset 2390 8450951a8e2d
parent 1875 98698b69a902
child 2391 14a343be7a5a
permissions -rw-r--r--
- '-Wshadow' seemed to strict therefore removed
- a tools directory added for useful executables codes
- tools/lgf-gen.cc (a random graph generator) added
alpar@991
     1
/* -*- C++ -*-
alpar@991
     2
 *
alpar@2157
     3
 * This file is a part of LEMON, a generic C++ optimization library
alpar@2157
     4
 *
alpar@2157
     5
 * Copyright (C) 2003-2006
alpar@2157
     6
 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@1359
     7
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@991
     8
 *
alpar@991
     9
 * Permission to use, modify and distribute this software is granted
alpar@991
    10
 * provided that this copyright notice appears in all copies. For
alpar@991
    11
 * precise terms see the accompanying LICENSE file.
alpar@991
    12
 *
alpar@991
    13
 * This software is provided "AS IS" with no warranty of any kind,
alpar@991
    14
 * express or implied, and with no claim as to its suitability for any
alpar@991
    15
 * purpose.
alpar@991
    16
 *
alpar@991
    17
 */
alpar@991
    18
alpar@991
    19
#ifndef LEMON_TEMPLATE_H
alpar@991
    20
#define LEMON_TEMPLATE_H
alpar@991
    21
alpar@991
    22
#endif // LEMON_TEMPLATE_H