demo/coloring.cc
changeset 1681 84e43c7ca1e3
parent 1577 15098fb5275c
child 1683 13648409b596
equal deleted inserted replaced
2:d476ae423d37 3:3aff1df86e22
       
     1 /* -*- C++ -*-
       
     2  * demo/coloring.cc - Part of LEMON, a generic C++ optimization library
       
     3  *
       
     4  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
       
     5  * (Egervary Research Group on Combinatorial Optimization, 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 
     1 #include <vector>
    17 #include <vector>
     2 
    18 
     3 #include <lemon/smart_graph.h>
    19 #include <lemon/smart_graph.h>
     4 #include <lemon/bin_heap.h>
    20 #include <lemon/bin_heap.h>
     5 #include <lemon/graph_reader.h>
    21 #include <lemon/graph_reader.h>