doc/template.h
author kpeter
Wed, 19 Dec 2007 22:23:28 +0000
changeset 2544 5143b01bf1d5
parent 2157 f9171bfc7ebb
child 2553 bfced05fa852
permissions -rw-r--r--
Bug fix (Circulation interface changed).
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@2391
     5
 * Copyright (C) 2003-2007
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