src/test/suurballe_test.cc
changeset 934 003736604835
parent 906 17f31d280385
child 941 186aa53d2802
equal deleted inserted replaced
1:438623bca519 2:d951b6e0d175
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * src/test/suurballe_test.cc - Part of HUGOlib, a generic C++ optimization library
     2  * src/test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library
     3  *
     3  *
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     6  *
     6  *
     7  * Permission to use, modify and distribute this software is granted
     7  * Permission to use, modify and distribute this software is granted
    13  * purpose.
    13  * purpose.
    14  *
    14  *
    15  */
    15  */
    16 
    16 
    17 #include <iostream>
    17 #include <iostream>
    18 #include <hugo/list_graph.h>
    18 #include <lemon/list_graph.h>
    19 #include <hugo/suurballe.h>
    19 #include <lemon/suurballe.h>
    20 //#include <path.h>
    20 //#include <path.h>
    21 #include "test_tools.h"
    21 #include "test_tools.h"
    22 
    22 
    23 using namespace std;
    23 using namespace std;
    24 using namespace hugo;
    24 using namespace lemon;
    25 
    25 
    26 
    26 
    27 
    27 
    28 bool passed = true;
    28 bool passed = true;
    29 
    29