Changeset 906:17f31d280385 in lemon-0.x for src/test/graph_wrapper_test.cc
- Timestamp:
- 09/23/04 17:05:20 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_wrapper_test.cc
r892 r906 1 /* -*- C++ -*- 2 * src/test/graph_wrapper_test.cc - Part of HUGOlib, a generic C++ optimization library 3 * 4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Combinatorial Optimization Research Group, 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 17 #include<iostream> 2 18 #include<hugo/smart_graph.h>
Note: See TracChangeset
for help on using the changeset viewer.