test/graph_test.h
changeset 1956 a055123339d5
parent 1875 98698b69a902
child 2391 14a343be7a5a
equal deleted inserted replaced
2:1e437b3d7529 3:06e56df937b3
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * test/graph_test.h - Part of LEMON, a generic C++ optimization library
       
     3  *
     2  *
     4  * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     3  * This file is a part of LEMON, a generic C++ optimization library
       
     4  *
       
     5  * Copyright (C) 2003-2006
       
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     6  *
     8  *
     7  * Permission to use, modify and distribute this software is granted
     9  * Permission to use, modify and distribute this software is granted
     8  * provided that this copyright notice appears in all copies. For
    10  * provided that this copyright notice appears in all copies. For
     9  * precise terms see the accompanying LICENSE file.
    11  * precise terms see the accompanying LICENSE file.
    11  * This software is provided "AS IS" with no warranty of any kind,
    13  * 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
    14  * express or implied, and with no claim as to its suitability for any
    13  * purpose.
    15  * purpose.
    14  *
    16  *
    15  */
    17  */
       
    18 
    16 #ifndef LEMON_TEST_GRAPH_TEST_H
    19 #ifndef LEMON_TEST_GRAPH_TEST_H
    17 #define LEMON_TEST_GRAPH_TEST_H
    20 #define LEMON_TEST_GRAPH_TEST_H
    18 
    21 
    19 #include <lemon/graph_utils.h>
    22 #include <lemon/graph_utils.h>
    20 #include "test_tools.h"
    23 #include "test_tools.h"