COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/23/04 17:05:20 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1216
Message:

Copyright header added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/tight_edge_filter_map.h

    r888 r906  
    1 // -*- C++ -*-
     1/* -*- C++ -*-
     2 * src/hugo/tight_edge_filter_map.h - Part of HUGOlib, a generic C++ optimization library
     3 *
     4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5 * (Egervary Combinatorial Optimization Research Group, EGRES).
     6 *
     7 * Permission to use, modify and distribute this software is granted
     8 * provided that this copyright notice appears in all copies. For
     9 * precise terms see the accompanying LICENSE file.
     10 *
     11 * This software is provided "AS IS" with no warranty of any kind,
     12 * express or implied, and with no claim as to its suitability for any
     13 * purpose.
     14 *
     15 */
     16
    217#ifndef HUGO_TIGHT_EDGE_FILTER_MAP_H
    318#define HUGO_TIGHT_EDGE_FILTER_MAP_H
Note: See TracChangeset for help on using the changeset viewer.