COIN-OR::LEMON - Graph Library

Changeset 933:1b7c88fbb950 in lemon-0.x for src/test


Ignore:
Timestamp:
10/01/04 13:31:03 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1258
Message:

NodeSubGraphWrapper?, test, and ducumentation modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_wrapper_test.cc

    r921 r933  
    5050template void checkCompileStaticGraph<SubGW>(SubGW &);
    5151
     52//Compile NodeSubGraphWrapper
     53typedef NodeSubGraphWrapper<Graph, Graph::NodeMap<bool> > NodeSubGW;
     54template void checkCompileStaticGraph<NodeSubGW>(NodeSubGW &);
     55
     56//Compile EdgeSubGraphWrapper
     57typedef EdgeSubGraphWrapper<Graph, Graph::EdgeMap<bool> > EdgeSubGW;
     58template void checkCompileStaticGraph<EdgeSubGW>(EdgeSubGW &);
     59
    5260//Compile UndirGraphWrapper
    5361/// \bug UndirGraphWrapper cannot pass the StaticGraph test
Note: See TracChangeset for help on using the changeset viewer.