ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magic
/
lib
/
outil
/
src
/
hypergraphlib_neato.h
Revision:
283
Committed:
Tue Sep 13 21:11:20 2011 UTC
(13 years, 8 months ago) by
francois
Content type:
text/plain
Original Path:
magic/lib/outil/src/HypergraphLib_Neato.h
File size:
167 byte(s)
Log Message:
structure de l'écriture
File Contents
#
User
Rev
Content
1
francois
283
#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