Last change
on this file since 33:f505c414feb9 was
33:f505c414feb9,
checked in by jacint, 21 years ago
|
Primitive Dijkstra with stl priority queue. flow_test.cc is for testing flows and Dijkstra.
|
File size:
474 bytes
|
Line | |
---|
1 | CCFLAGS = -Wall -ansi |
---|
2 | CXXFLAGS = -Wall -ansi -I. -g |
---|
3 | CC = g++-3.0 |
---|
4 | |
---|
5 | flow_test: flow_test.cc marci_list_graph.hh reverse_bfs.hh preflow_push_hl.hh marci_graph_traits.hh marci_property_vector.hh preflow_push_max_flow.hh dijkstra.hh |
---|
6 | $(CXX) $(CXXFLAGS) -o flow_test flow_test.cc |
---|
7 | |
---|
8 | marci_graph_demo: marci_graph_demo.cc marci_graph_traits.hh marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh |
---|
9 | $(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo |
---|
Note: See
TracBrowser
for help on using the repository browser.