Changeset 1636:260ac104190f in lemon-0.x
- Timestamp:
- 08/17/05 17:26:00 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2146
- Location:
- demo
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/coloring.cc
r1577 r1636 1 /* -*- C++ -*- 2 * demo/coloring.cc - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Group on Combinatorial Optimization, 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 <vector> 2 18 -
demo/descriptor_map_demo.cc
r1556 r1636 1 1 /* -*- C++ -*- 2 * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization library 2 * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization 3 * library 3 4 * 4 5 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
demo/dijkstra_demo.cc
r1583 r1636 1 1 /* -*- C++ -*- 2 * demo/ lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library2 * demo/dijkstra_demo.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
demo/dim_to_dot.cc
r1577 r1636 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * demo/dim_to_dot.cc - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Group on Combinatorial Optimization, 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 */ 2 16 3 17 // Use a DIMACS max flow file as stdin. -
demo/hello_lemon.cc
r1583 r1636 1 1 /* -*- C++ -*- 2 * demo/ lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library2 * demo/hello_lemon.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
demo/lp_demo.cc
r1610 r1636 1 1 /* -*- C++ -*- 2 * demo/ graph_to_eps.cc - Part of LEMON, a generic C++ optimization library2 * demo/lp_demo.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
demo/min_route.cc
r1435 r1636 1 /* -*- C++ -*- 2 * demo/min_route.cc - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Group on Combinatorial Optimization, 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 <fstream> -
demo/reader_writer_demo.cc
r1583 r1636 1 1 /* -*- C++ -*- 2 * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library 2 * demo/reader_writer_demo.cc - Part of LEMON, a generic C++ optimization 3 * library 3 4 * 4 5 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
demo/sub_graph_adaptor_demo.cc
r1583 r1636 1 1 /* -*- C++ -*- 2 * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library 2 * demo/sub_graph_adaptor_demo.cc - Part of LEMON, a generic C++ optimization 3 * library 3 4 * 4 5 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
Note: See TracChangeset
for help on using the changeset viewer.