src/lemon/template.h
author marci
Fri, 01 Oct 2004 11:31:03 +0000
changeset 933 1b7c88fbb950
parent 906 17f31d280385
permissions -rw-r--r--
NodeSubGraphWrapper, test, and ducumentation modifications.
alpar@906
     1
/* -*- C++ -*-
alpar@921
     2
 * src/lemon/template.h - Part of LEMON, a generic C++ optimization library
klao@687
     3
 *
alpar@760
     4
 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@760
     5
 * (Egervary Combinatorial Optimization Research Group, EGRES).
klao@687
     6
 *
klao@687
     7
 * Permission to use, modify and distribute this software is granted
alpar@760
     8
 * provided that this copyright notice appears in all copies. For
alpar@760
     9
 * precise terms see the accompanying LICENSE file.
klao@687
    10
 *
alpar@760
    11
 * This software is provided "AS IS" with no warranty of any kind,
alpar@760
    12
 * express or implied, and with no claim as to its suitability for any
alpar@760
    13
 * purpose.
klao@687
    14
 *
klao@687
    15
 */
klao@687
    16
alpar@921
    17
#ifndef LEMON_TEMPLATE_H
alpar@921
    18
#define LEMON_TEMPLATE_H
klao@687
    19
alpar@921
    20
#endif // LEMON_TEMPLATE_H