ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magic
/
lib
/
outil
/
src
/
hypergraphlib_neato.h
Revision:
27
Committed:
Thu Jul 5 15:26:40 2007 UTC
(17 years, 10 months ago) by
foucault
Content type:
text/plain
Original Path:
magic/lib/outil/outil/src/HypergraphLib_Neato.h
File size:
173 byte(s)
Log Message:
File Contents
#
User
Rev
Content
1
foucault
27
#ifndef NEATO_H
2
#define NEATO_H
3
#include "HypergraphLib_Graph.h"
4
#include <string>
5
HYPERGRAPHLIB_ITEM std::string NeatoGraph(const HypergraphLib::Graph & __G);
6
#endif