COIN-OR::LEMON - Graph Library

Changeset 906:17f31d280385 in lemon-0.x for src/hugo/dimacs.h


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/dimacs.h

    r903 r906  
    1 // -*- c++ -*-
     1/* -*- C++ -*-
     2 * src/hugo/dimacs.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_DIMACS_H
    318#define HUGO_DIMACS_H
Note: See TracChangeset for help on using the changeset viewer.