ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/CAD4FE/src/CAD4FE_Graph.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/CAD4FE/CAD4FE/src/CAD4FE_Graph.h
File size: 183 byte(s)
Log Message:

File Contents

# User Rev Content
1 foucault 27 #pragma once
2    
3     #include "HypergraphLib_Graph.h"
4     #include "HypergraphLib_Node.h"
5     #include "HypergraphLib_Arc.h"
6     #include "HypergraphLib_Dijkstra.h"
7    
8     namespace Graph = HypergraphLib;