COIN-OR::LEMON - Graph Library

Changeset 109:9f8dc346ac6e in glemon-0.x for algowin.h


Ignore:
Timestamp:
01/05/06 17:54:34 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2454
Message:

Kruskal algorithm can be run from GUI from now on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • algowin.h

    r108 r109  
    77
    88#include <all_include.h>
     9//#include <mapstorage.h>
    910#include <algobox.h>
    1011#include <libgnomecanvasmm.h>
    1112#include <libgnomecanvasmm/polygon.h>
     13
     14class MapStorage;
    1215
    1316enum {GENERAL, KRUSKAL, ALGO_NUM}; // algorithm IDs;
     
    3538
    3639  void update_tablist(std::vector<std::string> tabnames);
    37   void update_maplist( void *);
     40  void update_maplist(MapStorage *);
    3841
    3942  void on_hide();
Note: See TracChangeset for help on using the changeset viewer.